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

Commit 0136324

Browse files
committed
change image to v1.1.0
Signed-off-by: Alexander Matyushentsev <[email protected]>
1 parent 33d345f commit 0136324

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

VERSION

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

manifests/bot/kustomization.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ resources:
88
- argocd-notifications-bot-deployment.yaml
99
- argocd-notifications-bot-role.yaml
1010
- argocd-notifications-bot-service.yaml
11+
12+
images:
13+
- name: argoprojlabs/argocd-notifications
14+
newTag: v1.1.0

manifests/controller/kustomization.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ resources:
88
- argocd-notifications-controller-deployment.yaml
99
- argocd-notifications-secret.yaml
1010
- argocd-notifications-controller-role.yaml
11-
- argocd-notifications-controller-metrics-service.yaml
11+
- argocd-notifications-controller-metrics-service.yaml
12+
13+
images:
14+
- name: argoprojlabs/argocd-notifications
15+
newTag: v1.1.0

manifests/install-bot.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ spec:
153153
- command:
154154
- /app/argocd-notifications-backend
155155
- bot
156-
image: argoprojlabs/argocd-notifications:latest
156+
image: argoprojlabs/argocd-notifications:v1.1.0
157157
imagePullPolicy: Always
158158
name: argocd-notifications-bot
159159
workingDir: /app
@@ -178,7 +178,7 @@ spec:
178178
- command:
179179
- /app/argocd-notifications-backend
180180
- controller
181-
image: argoprojlabs/argocd-notifications:latest
181+
image: argoprojlabs/argocd-notifications:v1.1.0
182182
imagePullPolicy: Always
183183
name: argocd-notifications-controller
184184
volumeMounts:

manifests/install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
- command:
9999
- /app/argocd-notifications-backend
100100
- controller
101-
image: argoprojlabs/argocd-notifications:latest
101+
image: argoprojlabs/argocd-notifications:v1.1.0
102102
imagePullPolicy: Always
103103
name: argocd-notifications-controller
104104
volumeMounts:

0 commit comments

Comments
 (0)