Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael da Fonseca <[email protected]>
  • Loading branch information
rsafonseca committed Dec 12, 2023
1 parent 7be1607 commit 8056e13
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.2
control-plane: controller
helm.sh/chart: flux2-2.11.1
helm.sh/chart: flux2-2.12.0
labeltestkey: labeltestvalue
labeltestkey2: labeltestvalue2
name: helm-controller
Expand Down Expand Up @@ -42,7 +42,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/helm-controller:v0.36.2
image: ghcr.io/fluxcd/helm-controller:v0.37.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.2
control-plane: controller
helm.sh/chart: flux2-2.11.1
helm.sh/chart: flux2-2.12.0
name: image-automation-controller
spec:
replicas: 1
Expand Down Expand Up @@ -38,7 +38,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/image-automation-controller:v0.36.1
image: ghcr.io/fluxcd/image-automation-controller:v0.37.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.2
control-plane: controller
helm.sh/chart: flux2-2.11.1
helm.sh/chart: flux2-2.12.0
name: image-reflector-controller
spec:
replicas: 1
Expand Down Expand Up @@ -38,7 +38,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/image-reflector-controller:v0.30.0
image: ghcr.io/fluxcd/image-reflector-controller:v0.31.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ should match snapshot of default values:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.2
helm.sh/chart: flux2-2.11.1
helm.sh/chart: flux2-2.12.0
name: test1
namespace: NAMESPACE
type: Opaque
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.2
control-plane: controller
helm.sh/chart: flux2-2.11.1
helm.sh/chart: flux2-2.12.0
name: kustomize-controller
spec:
replicas: 1
Expand Down Expand Up @@ -38,7 +38,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/kustomize-controller:v1.1.1
image: ghcr.io/fluxcd/kustomize-controller:v1.2.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.2
control-plane: controller
helm.sh/chart: flux2-2.11.1
helm.sh/chart: flux2-2.12.0
name: notification-controller
spec:
replicas: 1
Expand All @@ -37,7 +37,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/notification-controller:v1.1.0
image: ghcr.io/fluxcd/notification-controller:v1.2.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ should match snapshot of default values:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.2
helm.sh/chart: flux2-2.11.1
helm.sh/chart: flux2-2.12.0
name: RELEASE-NAME-flux-check
spec:
backoffLimit: 1
Expand All @@ -23,7 +23,7 @@ should match snapshot of default values:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.2
helm.sh/chart: flux2-2.11.1
helm.sh/chart: flux2-2.12.0
name: RELEASE-NAME
spec:
automountServiceAccountToken: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.2
control-plane: controller
helm.sh/chart: flux2-2.11.1
helm.sh/chart: flux2-2.12.0
name: source-controller
spec:
replicas: 1
Expand Down Expand Up @@ -42,7 +42,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/source-controller:v1.1.2
image: ghcr.io/fluxcd/source-controller:v1.2.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down

0 comments on commit 8056e13

Please sign in to comment.