Skip to content

Commit

Permalink
Network Policies (#211)
Browse files Browse the repository at this point in the history
* First commit of netpolicies, now that it's working locally, let's break it in unfunded

* Adding an s3: yes label to peregrine

* Fixing typo in ssjdispatcher's netpolicy

* Updating netpolicy names

* Figured out why things weren't working, so blocked some stuff behind a feature flag, and cleaned up some values files elsewhere

* Updating some labels for network policies

* Do not understand how that happened

* Well, that was embarassing

* Postfix

* Added the VPC netpolicy

* Adding a beta flag to net policies

* First commit of netpolicies, now that it's working locally, let's break it in unfunded

* Adding an s3: yes label to peregrine

* Fixing typo in ssjdispatcher's netpolicy

* Updating netpolicy names

* Figured out why things weren't working, so blocked some stuff behind a feature flag, and cleaned up some values files elsewhere

* Updating some labels for network policies

* Do not understand how that happened

* Well, that was embarassing

* Postfix

* Added the VPC netpolicy

* Adding a beta flag to net policies

* Updating the common version ambassador points to

* Need to update the common chart version everywhere

* Just updating versioning

* More version bumps

* Trying an experiment

* Think this is it

* Still a little confused

* Worst. Linter. Ever

* Linter should be happy

* Bumping versions

* Need to update dependencies too

* Update default netpol values, documentation

* Fixing formatting for linter
  • Loading branch information
AidanHilt authored Nov 12, 2024
1 parent 078c7ae commit b22f250
Show file tree
Hide file tree
Showing 133 changed files with 2,040 additions and 1,672 deletions.
42 changes: 21 additions & 21 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: [email protected]:Yelp/detect-secrets
rev: v0.13.1
rev: v1.5.0
hooks:
- id: detect-secrets
args: ["--baseline", ".secrets.baseline"]
Expand All @@ -9,28 +9,28 @@ repos:
hooks:
- id: no-commit-to-branch
args: [--branch, develop, --branch, master, --pattern, release/.*]

# - repo: https://github.com/gruntwork-io/pre-commit
# rev: v0.1.17 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
# hooks:
# - id: helmlint

- repo: local
hooks:
- id: helm-docs
args: ["-c", "helm"]
description: Uses 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file.
entry: git-hook/helm-docs.sh
language: script
name: Helm Docs
require_serial: true
- repo: local
hooks:
- id: helm-chart-bump
args: []
description: Updates the .Chart.yaml with updates version if there are changes since master branch. This is to ensure we bump our charts for updates.
entry: git-hook/helm-bump.sh
language: script
name: Helm Docs
require_serial: true
- repo: local
hooks:
- id: helm-docs
args: ["-c", "helm"]
description: Uses 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file.
entry: git-hook/helm-docs.sh
language: script
name: Helm Docs
require_serial: true

- repo: local
hooks:
- id: helm-chart-bump
args: []
description: Updates the .Chart.yaml with updates version if there are changes since master branch. This is to ensure we bump our charts for updates.
entry: git-hook/helm-bump.sh
language: script
name: Helm Docs
require_serial: true
Loading

0 comments on commit b22f250

Please sign in to comment.