Skip to content

Commit

Permalink
Update manifests to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matyushentsev authored and Alexander Matyushentsev committed Sep 24, 2018
1 parent b366977 commit 1aa7146
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resources:

imageTags:
- name: argoproj/argocd-server
newTag: v0.9.0
newTag: v0.9.1
- name: argoproj/argocd-repo-server
newTag: v0.9.0
newTag: v0.9.1
- name: argoproj/application-controller
newTag: v0.9.0
newTag: v0.9.1
10 changes: 5 additions & 5 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ spec:
- /argocd-application-controller
- --repo-server
- argocd-repo-server:8081
image: argoproj/argocd-application-controller:v0.9.0
image: argoproj/argocd-application-controller:v0.9.1
name: application-controller
serviceAccountName: application-controller
---
Expand All @@ -336,7 +336,7 @@ spec:
containers:
- command:
- /argocd-repo-server
image: argoproj/argocd-repo-server:v0.9.0
image: argoproj/argocd-repo-server:v0.9.1
name: argocd-repo-server
ports:
- containerPort: 8081
Expand Down Expand Up @@ -366,7 +366,7 @@ spec:
- /shared/app
- --repo-server
- argocd-repo-server:8081
image: argoproj/argocd-server:v0.9.0
image: argoproj/argocd-server:v0.9.1
name: argocd-server
readinessProbe:
httpGet:
Expand All @@ -383,7 +383,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:v0.9.0
image: argoproj/argocd-ui:v0.9.1
name: ui
volumeMounts:
- mountPath: /shared
Expand Down Expand Up @@ -423,7 +423,7 @@ spec:
- cp
- /argocd-util
- /shared
image: argoproj/argocd-server:v0.9.0
image: argoproj/argocd-server:v0.9.1
name: copyutil
volumeMounts:
- mountPath: /shared
Expand Down
10 changes: 5 additions & 5 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ spec:
- /argocd-application-controller
- --repo-server
- argocd-repo-server:8081
image: argoproj/argocd-application-controller:v0.9.0
image: argoproj/argocd-application-controller:v0.9.1
name: application-controller
serviceAccountName: application-controller
---
Expand All @@ -282,7 +282,7 @@ spec:
containers:
- command:
- /argocd-repo-server
image: argoproj/argocd-repo-server:v0.9.0
image: argoproj/argocd-repo-server:v0.9.1
name: argocd-repo-server
ports:
- containerPort: 8081
Expand Down Expand Up @@ -312,7 +312,7 @@ spec:
- /shared/app
- --repo-server
- argocd-repo-server:8081
image: argoproj/argocd-server:v0.9.0
image: argoproj/argocd-server:v0.9.1
name: argocd-server
readinessProbe:
httpGet:
Expand All @@ -329,7 +329,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:v0.9.0
image: argoproj/argocd-ui:v0.9.1
name: ui
volumeMounts:
- mountPath: /shared
Expand Down Expand Up @@ -369,7 +369,7 @@ spec:
- cp
- /argocd-util
- /shared
image: argoproj/argocd-server:v0.9.0
image: argoproj/argocd-server:v0.9.1
name: copyutil
volumeMounts:
- mountPath: /shared
Expand Down

0 comments on commit 1aa7146

Please sign in to comment.