Skip to content

Commit

Permalink
chore: bump nginx-operator version to 1.6.0 and appVersion to 0.17.0 (#…
Browse files Browse the repository at this point in the history
…26)

* chore: bump nginx-operator version to 1.6.0 and appVersion to 0.17.0

* feat: add GCP_PROJECT_ID environment variable and gcpProjectID configuration

* fix: rename gcpProjectID to projectID in nginx-operator values.yaml
  • Loading branch information
infezek authored Jan 23, 2025
1 parent 1b1e36b commit 3882c70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nginx-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.5.9
version: 1.6.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.16.1
appVersion: 0.17.0
2 changes: 2 additions & 0 deletions charts/nginx-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: "GCP_PROJECT_ID"
value: { .Values.gcp.projectID }
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
3 changes: 3 additions & 0 deletions charts/nginx-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ nodeSelector: {}
tolerations: []

affinity: {}

gcp:
projectID: ""

0 comments on commit 3882c70

Please sign in to comment.