Unverified Commit 2c2cec26 authored by Jonathan S. Katz's avatar Jonathan S. Katz
Browse files

Updates to Helm installer chart

Adds the ability to disable version upgrade checking.
parent 13f5c830
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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