Skip to content

Commit

Permalink
Set release to v0.12.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed Mar 5, 2019
1 parent 39174ab commit 233708e
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ release-precheck: manifests
@if [ "$(GIT_TAG)" != "v`cat VERSION`" ]; then echo 'VERSION does not match git tag'; exit 1; fi

.PHONY: release
release: release-precheck precheckin image release-cli
release: release-precheck pre-commit image release-cli
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.12.0-rc1
4 changes: 2 additions & 2 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bases:
images:
- name: argoproj/argocd
newName: argoproj/argocd
newTag: latest
newTag: v0.12.0-rc1
- name: argoproj/argocd-ui
newName: argoproj/argocd-ui
newTag: latest
newTag: v0.12.0-rc1
4 changes: 2 additions & 2 deletions manifests/ha/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ patchesStrategicMerge:
images:
- name: argoproj/argocd
newName: argoproj/argocd
newTag: latest
newTag: v0.12.0-rc1
- name: argoproj/argocd-ui
newName: argoproj/argocd-ui
newTag: latest
newTag: v0.12.0-rc1
10 changes: 5 additions & 5 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down Expand Up @@ -693,7 +693,7 @@ spec:
- cp
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -748,7 +748,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-repo-server
ports:
Expand Down Expand Up @@ -804,7 +804,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-server
ports:
Expand All @@ -825,7 +825,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:latest
image: argoproj/argocd-ui:v0.12.0-rc1
imagePullPolicy: Always
name: ui
volumeMounts:
Expand Down
10 changes: 5 additions & 5 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down Expand Up @@ -609,7 +609,7 @@ spec:
- cp
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -664,7 +664,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-repo-server
ports:
Expand Down Expand Up @@ -720,7 +720,7 @@ spec:
- argocd-redis-ha-announce-2:26379
- --sentinelmaster
- argocd
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-server
ports:
Expand All @@ -741,7 +741,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:latest
image: argoproj/argocd-ui:v0.12.0-rc1
imagePullPolicy: Always
name: ui
volumeMounts:
Expand Down
10 changes: 5 additions & 5 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down Expand Up @@ -498,7 +498,7 @@ spec:
- cp
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -561,7 +561,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-repo-server
ports:
Expand Down Expand Up @@ -594,7 +594,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-server
ports:
Expand All @@ -615,7 +615,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:latest
image: argoproj/argocd-ui:v0.12.0-rc1
imagePullPolicy: Always
name: ui
volumeMounts:
Expand Down
10 changes: 5 additions & 5 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down Expand Up @@ -414,7 +414,7 @@ spec:
- cp
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -477,7 +477,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-repo-server
ports:
Expand Down Expand Up @@ -510,7 +510,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: argoproj/argocd:latest
image: argoproj/argocd:v0.12.0-rc1
imagePullPolicy: Always
name: argocd-server
ports:
Expand All @@ -531,7 +531,7 @@ spec:
- -r
- /app
- /shared
image: argoproj/argocd-ui:latest
image: argoproj/argocd-ui:v0.12.0-rc1
imagePullPolicy: Always
name: ui
volumeMounts:
Expand Down

0 comments on commit 233708e

Please sign in to comment.