Skip to content

Commit bc812e9

Browse files
jmckulkjkatz
authored andcommitted
Updates version tags and job names
This updates the image tags to reference v4.3.0 and the crunchydata prefix. It also updates the job names to be consistent
1 parent 7849878 commit bc812e9

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

installers/method/kubectl/install.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ spec:
3838
serviceAccountName: pgo-installer-sa
3939
restartPolicy: Never
4040
containers:
41-
- name: pgo-installer
41+
- name: pgo-install
4242
command: ["/pgo-install.sh", "install"]
43-
image: gcr.io/crunchy-dev-test/pgo-installer:centos7-4.3.jmck.7
43+
image: crunchydata/pgo-installer:centos7-4.3.0
4444
imagePullPolicy: Always
4545
env:
4646
- name: HOME
@@ -68,15 +68,15 @@ spec:
6868
- name: NAMESPACE
6969
value: "pgouser1,pgouser2"
7070
- name: CCP_IMAGE_PREFIX
71-
value: "us.gcr.io/container-suite"
71+
value: "crunchydata"
7272
- name: CCP_IMAGE_TAG
73-
value: "centos7-12.2-4.3.0-beta.1"
73+
value: "centos7-12.2-4.3.0"
7474
- name: PGO_IMAGE_PREFIX
75-
value: "gcr.io/crunchy-dev-test"
75+
value: "crunchydata"
7676
- name: PGO_IMAGE_TAG
77-
value: "centos7-4.3.jmck.7"
77+
value: "centos7-4.3.0"
7878
- name: PGO_CLIENT_VERSION
79-
value: "v4.2.2"
79+
value: "v4.3.0"
8080
- name: BACKREST
8181
value: "true"
8282
- name: BADGER

installers/method/kubectl/uninstall.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ subjects:
2727
apiVersion: batch/v1
2828
kind: Job
2929
metadata:
30-
name: pgo-installer
30+
name: pgo-uninstall
3131
namespace: pgo-install
3232
spec:
3333
backoffLimit: 0
@@ -38,9 +38,9 @@ spec:
3838
serviceAccountName: pgo-installer-sa
3939
restartPolicy: Never
4040
containers:
41-
- name: pgo-uninstaller
41+
- name: pgo-uninstall
4242
command: ["/pgo-install.sh", "uninstall"]
43-
image: gcr.io/crunchy-dev-test/pgo-installer:centos7-4.3.jmck.7
43+
image: crunchydata/pgo-installer:centos7-4.3.0
4444
imagePullPolicy: Always
4545
env:
4646
- name: HOME
@@ -68,15 +68,15 @@ spec:
6868
- name: NAMESPACE
6969
value: "pgouser1,pgouser2"
7070
- name: CCP_IMAGE_PREFIX
71-
value: "us.gcr.io/container-suite"
71+
value: "crunchydata"
7272
- name: CCP_IMAGE_TAG
73-
value: "centos7-12.2-4.3.0-beta.1"
73+
value: "centos7-12.2-4.3.0"
7474
- name: PGO_IMAGE_PREFIX
75-
value: "gcr.io/crunchy-dev-test"
75+
value: "crunchydata"
7676
- name: PGO_IMAGE_TAG
77-
value: "centos7-4.3.jmck.7"
77+
value: "centos7-4.3.0"
7878
- name: PGO_CLIENT_VERSION
79-
value: "v4.2.2"
79+
value: "v4.3.0"
8080
- name: BACKREST
8181
value: "true"
8282
- name: BADGER
@@ -186,7 +186,7 @@ spec:
186186
- name: STORAGE8_TYPE
187187
value: "dynamic"
188188
- name: STORAGE8_CLASS
189-
value: "scwithwaitfc"
189+
value: "standard"
190190
- name: STORAGE9_NAME
191191
value: "rook"
192192
- name: STORAGE9_ACCESS_MODE
@@ -196,4 +196,4 @@ spec:
196196
- name: STORAGE9_TYPE
197197
value: "dynamic"
198198
- name: STORAGE9_CLASS
199-
value: "rook-ceph-block"
199+
value: "rook-ceph-block"

installers/method/kubectl/update.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ subjects:
2727
apiVersion: batch/v1
2828
kind: Job
2929
metadata:
30-
name: pgo-installer
30+
name: pgo-update
3131
namespace: pgo-install
3232
spec:
3333
backoffLimit: 0
@@ -38,9 +38,9 @@ spec:
3838
serviceAccountName: pgo-installer-sa
3939
restartPolicy: Never
4040
containers:
41-
- name: pgo-updater
41+
- name: pgo-update
4242
command: ["/pgo-install.sh", "update"]
43-
image: gcr.io/crunchy-dev-test/pgo-installer:centos7-4.3.jmck.7
43+
image: crunchydata/pgo-installer:centos7-4.3.0
4444
imagePullPolicy: Always
4545
env:
4646
- name: HOME
@@ -68,15 +68,15 @@ spec:
6868
- name: NAMESPACE
6969
value: "pgouser1,pgouser2"
7070
- name: CCP_IMAGE_PREFIX
71-
value: "us.gcr.io/container-suite"
71+
value: "crunchydata"
7272
- name: CCP_IMAGE_TAG
73-
value: "centos7-12.2-4.3.0-beta.1"
73+
value: "centos7-12.2-4.3.0"
7474
- name: PGO_IMAGE_PREFIX
75-
value: "gcr.io/crunchy-dev-test"
75+
value: "crunchydata"
7676
- name: PGO_IMAGE_TAG
77-
value: "centos7-4.3.jmck.7"
77+
value: "centos7-4.3.0"
7878
- name: PGO_CLIENT_VERSION
79-
value: "v4.2.2"
79+
value: "v4.3.0"
8080
- name: BACKREST
8181
value: "true"
8282
- name: BADGER

0 commit comments

Comments
 (0)