Skip to content

Commit

Permalink
Merge pull request #904 from equinor/master
Browse files Browse the repository at this point in the history
Release radix-operator
  • Loading branch information
nilsgstrabo authored Aug 7, 2023
2 parents 3b0bf0a + f00a243 commit d149252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/radix-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: radix-operator
version: 1.20.2
appVersion: 1.40.2
version: 1.20.3
appVersion: 1.40.3
kubeVersion: ">=1.24.0"
description: Radix Operator
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/radix-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
{{- include "radix-operator.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
strategy:
type: Recreate
selector:
matchLabels:
{{- include "radix-operator.selectorLabels" . | nindent 6 }}
Expand All @@ -15,8 +17,6 @@ spec:
labels:
{{- include "radix-operator.selectorLabels" . | nindent 8 }}
spec:
strategy:
type: Recreate
serviceAccount: {{ include "radix-operator.serviceAccountName" . }}
securityContext:
runAsNonRoot: true
Expand Down

0 comments on commit d149252

Please sign in to comment.