Skip to content

Commit

Permalink
Updates to Helm installer chart
Browse files Browse the repository at this point in the history
Adds the ability to disable version upgrade checking.
  • Loading branch information
Jonathan S. Katz committed Dec 10, 2021
1 parent 13f5c83 commit 2c2cec2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/install/templates/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ spec:
- name: PGO_TARGET_NAMESPACE
valueFrom: { fieldRef: { apiVersion: v1, fieldPath: metadata.namespace } }
{{- end }}
{{- if (default false .Values.disable_check_for_upgrades) }}
- name: CHECK_FOR_UPGRADES
value: "false"
{{- end }}
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 2c2cec2

Please sign in to comment.