Skip to content

Commit

Permalink
Update version to v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed Nov 8, 2018
1 parent d565a0a commit 89ece31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.3
0.10.4
10 changes: 5 additions & 5 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ spec:
- /argocd-application-controller
- --repo-server
- argocd-repo-server:8081
image: argoproj/argocd-application-controller:v0.10.3
image: argoproj/argocd-application-controller:v0.10.4
name: application-controller
serviceAccountName: application-controller
---
Expand All @@ -342,7 +342,7 @@ spec:
containers:
- command:
- /argocd-repo-server
image: argoproj/argocd-repo-server:v0.10.3
image: argoproj/argocd-repo-server:v0.10.4
name: argocd-repo-server
ports:
- containerPort: 8081
Expand Down Expand Up @@ -372,7 +372,7 @@ spec:
- /shared/app
- --repo-server
- argocd-repo-server:8081
image: argoproj/argocd-server:v0.10.3
image: argoproj/argocd-server:v0.10.4
name: argocd-server
readinessProbe:
httpGet:
Expand All @@ -389,7 +389,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:v0.10.3
image: argoproj/argocd-ui:v0.10.4
name: ui
volumeMounts:
- mountPath: /shared
Expand Down Expand Up @@ -429,7 +429,7 @@ spec:
- cp
- /argocd-util
- /shared
image: argoproj/argocd-server:v0.10.3
image: argoproj/argocd-server:v0.10.4
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.10.3
image: argoproj/argocd-application-controller:v0.10.4
name: application-controller
serviceAccountName: application-controller
---
Expand All @@ -282,7 +282,7 @@ spec:
containers:
- command:
- /argocd-repo-server
image: argoproj/argocd-repo-server:v0.10.3
image: argoproj/argocd-repo-server:v0.10.4
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.10.3
image: argoproj/argocd-server:v0.10.4
name: argocd-server
readinessProbe:
httpGet:
Expand All @@ -329,7 +329,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:v0.10.3
image: argoproj/argocd-ui:v0.10.4
name: ui
volumeMounts:
- mountPath: /shared
Expand Down Expand Up @@ -369,7 +369,7 @@ spec:
- cp
- /argocd-util
- /shared
image: argoproj/argocd-server:v0.10.3
image: argoproj/argocd-server:v0.10.4
name: copyutil
volumeMounts:
- mountPath: /shared
Expand Down

0 comments on commit 89ece31

Please sign in to comment.