Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit c1bd3ef

Browse files
committed
change image to v1.1.1
Signed-off-by: Alexander Matyushentsev <[email protected]>
1 parent 641810d commit c1bd3ef

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

manifests/bot/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ resources:
1111

1212
images:
1313
- name: argoprojlabs/argocd-notifications
14-
newTag: v1.1.0
14+
newTag: v1.1.1

manifests/controller/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ resources:
1212

1313
images:
1414
- name: argoprojlabs/argocd-notifications
15-
newTag: v1.1.0
15+
newTag: v1.1.1

manifests/install-bot.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ spec:
157157
- command:
158158
- /app/argocd-notifications-backend
159159
- bot
160-
image: argoprojlabs/argocd-notifications:v1.1.0
160+
image: argoprojlabs/argocd-notifications:v1.1.1
161161
imagePullPolicy: Always
162162
name: argocd-notifications-bot
163163
workingDir: /app
@@ -182,7 +182,7 @@ spec:
182182
- command:
183183
- /app/argocd-notifications-backend
184184
- controller
185-
image: argoprojlabs/argocd-notifications:v1.1.0
185+
image: argoprojlabs/argocd-notifications:v1.1.1
186186
imagePullPolicy: Always
187187
name: argocd-notifications-controller
188188
volumeMounts:

manifests/install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
- command:
103103
- /app/argocd-notifications-backend
104104
- controller
105-
image: argoprojlabs/argocd-notifications:v1.1.0
105+
image: argoprojlabs/argocd-notifications:v1.1.1
106106
imagePullPolicy: Always
107107
name: argocd-notifications-controller
108108
volumeMounts:

0 commit comments

Comments
 (0)