Skip to content

Commit c420777

Browse files
authored
Merge pull request #10 from codefresh-io/update-version-bwqfqjk
Bump version to 3.9.0-rc1 on release-3.9 branch
2 parents bdaf475 + 25df84f commit c420777

16 files changed

Lines changed: 93 additions & 90 deletions

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.9.0-rc1
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
This page is populated for released Argo CD versions. Use the version selector to view this table for a specific
2-
version.
1+
| Argo CD version | Kubernetes versions |
2+
|-----------------|---------------------|
3+
| 3.9 | v1.33, v1.32, v1.31, v1.30 |
4+
| 3.8 | v1.33, v1.32, v1.31, v1.30 |
5+
| 3.7 | v1.33, v1.32, v1.31, v1.30 |

manifests/base/commit-server/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ resources:
1111
# If/when commit-server is added to the base, this can be removed.
1212
images:
1313
- name: quay.io/argoproj/argocd
14-
newName: quay.io/argoproj/argocd
15-
newTag: latest
14+
newName: quay.io/reggie-k/argocd
15+
newTag: v3.9.0-rc1

manifests/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: Kustomization
44

55
images:
66
- name: quay.io/argoproj/argocd
7-
newName: quay.io/argoproj/argocd
8-
newTag: latest
7+
newName: quay.io/reggie-k/argocd
8+
newTag: v3.9.0-rc1
99
resources:
1010
- ./application-controller
1111
- ./dex

manifests/core-install-with-hydrator.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/core-install.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/core-install/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ resources:
1111
- ../base/redis
1212
images:
1313
- name: quay.io/argoproj/argocd
14-
newName: quay.io/argoproj/argocd
15-
newTag: latest
14+
newName: quay.io/reggie-k/argocd
15+
newTag: v3.9.0-rc1

manifests/ha/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ patches:
1111

1212
images:
1313
- name: quay.io/argoproj/argocd
14-
newName: quay.io/argoproj/argocd
15-
newTag: latest
14+
newName: quay.io/reggie-k/argocd
15+
newTag: v3.9.0-rc1
1616
resources:
1717
- ../../base/application-controller
1818
- ../../base/applicationset-controller

manifests/ha/install-with-hydrator.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/install.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)