Skip to content

Commit 1f5b5c7

Browse files
authored
Bump groundswell to version 0.4.7 in enterprise (#969)
1 parent 6948145 commit 1f5b5c7

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

platform-enterprise_docs/enterprise/_templates/k8s/groundswell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
SWELL_API_PREDICT_FRACTIONAL_CPUS: "false"
1515

1616
# Database settings, different from the tower DB credentials.
17-
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
17+
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
1818
# SWELL_DB_URL=mysql://db1.abcdefghijkl.us-east-1.rds.amazonaws.com:3306/swell or similar
1919
SWELL_DB_URL: mysql://<DB_AND_PORT>/swell
2020
SWELL_DB_USER: swell
@@ -87,7 +87,7 @@ spec:
8787
- '-c'
8888
- |
8989
echo "$(date): starting check for db $SWELL_DB_URL"
90-
# Strip initial Java connection string and options after '?' from URI
90+
# Strip initial Java connection string and options after '?' from URI
9191
until mysqlsh --uri "$SWELL_DB_URL" -u"$SWELL_DB_USER" -p"$SWELL_DB_PASSWORD" --sql -e "SELECT VERSION()"; do
9292
echo "$(date): see you in $SLEEP_PERIOD_SECONDS seconds"
9393
sleep $SLEEP_PERIOD_SECONDS
@@ -101,7 +101,7 @@ spec:
101101
name: tower-groundswell-cfg
102102

103103
- name: migrate-db
104-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
104+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
105105
command: ['/opt/groundswell/bin/migrate-db.sh']
106106
envFrom:
107107
- configMapRef:
@@ -111,7 +111,7 @@ spec:
111111

112112
containers:
113113
- name: groundswell
114-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
114+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
115115
env:
116116
- name: MPLCONFIGDIR
117117
value: "/tmp"

platform-enterprise_versioned_docs/version-24.1/enterprise/_templates/k8s/groundswell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
SWELL_API_PREDICT_FRACTIONAL_CPUS: "false"
1515

1616
# Database settings, different from the tower DB credentials.
17-
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
17+
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
1818
# SWELL_DB_URL=mysql://db1.abcdefghijkl.us-east-1.rds.amazonaws.com:3306/swell or similar
1919
SWELL_DB_URL: mysql://<DB_AND_PORT>/swell
2020
SWELL_DB_USER: swell
@@ -87,7 +87,7 @@ spec:
8787
- '-c'
8888
- |
8989
echo "$(date): starting check for db $SWELL_DB_URL"
90-
# Strip initial Java connection string and options after '?' from URI
90+
# Strip initial Java connection string and options after '?' from URI
9191
until mysqlsh --uri "$SWELL_DB_URL" -u"$SWELL_DB_USER" -p"$SWELL_DB_PASSWORD" --sql -e "SELECT VERSION()"; do
9292
echo "$(date): see you in $SLEEP_PERIOD_SECONDS seconds"
9393
sleep $SLEEP_PERIOD_SECONDS
@@ -101,7 +101,7 @@ spec:
101101
name: tower-groundswell-cfg
102102

103103
- name: migrate-db
104-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
104+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
105105
command: ['/opt/groundswell/bin/migrate-db.sh']
106106
envFrom:
107107
- configMapRef:
@@ -111,7 +111,7 @@ spec:
111111

112112
containers:
113113
- name: groundswell
114-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
114+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
115115
env:
116116
- name: MPLCONFIGDIR
117117
value: "/tmp"

platform-enterprise_versioned_docs/version-24.2/enterprise/_templates/k8s/groundswell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
SWELL_API_PREDICT_FRACTIONAL_CPUS: "false"
1515

1616
# Database settings, different from the tower DB credentials.
17-
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
17+
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
1818
# SWELL_DB_URL=mysql://db1.abcdefghijkl.us-east-1.rds.amazonaws.com:3306/swell or similar
1919
SWELL_DB_URL: mysql://<DB_AND_PORT>/swell
2020
SWELL_DB_USER: swell
@@ -87,7 +87,7 @@ spec:
8787
- '-c'
8888
- |
8989
echo "$(date): starting check for db $SWELL_DB_URL"
90-
# Strip initial Java connection string and options after '?' from URI
90+
# Strip initial Java connection string and options after '?' from URI
9191
until mysqlsh --uri "$SWELL_DB_URL" -u"$SWELL_DB_USER" -p"$SWELL_DB_PASSWORD" --sql -e "SELECT VERSION()"; do
9292
echo "$(date): see you in $SLEEP_PERIOD_SECONDS seconds"
9393
sleep $SLEEP_PERIOD_SECONDS
@@ -101,7 +101,7 @@ spec:
101101
name: tower-groundswell-cfg
102102

103103
- name: migrate-db
104-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
104+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
105105
command: ['/opt/groundswell/bin/migrate-db.sh']
106106
envFrom:
107107
- configMapRef:
@@ -111,7 +111,7 @@ spec:
111111

112112
containers:
113113
- name: groundswell
114-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
114+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
115115
env:
116116
- name: MPLCONFIGDIR
117117
value: "/tmp"

platform-enterprise_versioned_docs/version-25.1/enterprise/_templates/k8s/groundswell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
SWELL_API_PREDICT_FRACTIONAL_CPUS: "false"
1515

1616
# Database settings, different from the tower DB credentials.
17-
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
17+
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
1818
# SWELL_DB_URL=mysql://db1.abcdefghijkl.us-east-1.rds.amazonaws.com:3306/swell or similar
1919
SWELL_DB_URL: mysql://<DB_AND_PORT>/swell
2020
SWELL_DB_USER: swell
@@ -87,7 +87,7 @@ spec:
8787
- '-c'
8888
- |
8989
echo "$(date): starting check for db $SWELL_DB_URL"
90-
# Strip initial Java connection string and options after '?' from URI
90+
# Strip initial Java connection string and options after '?' from URI
9191
until mysqlsh --uri "$SWELL_DB_URL" -u"$SWELL_DB_USER" -p"$SWELL_DB_PASSWORD" --sql -e "SELECT VERSION()"; do
9292
echo "$(date): see you in $SLEEP_PERIOD_SECONDS seconds"
9393
sleep $SLEEP_PERIOD_SECONDS
@@ -101,7 +101,7 @@ spec:
101101
name: tower-groundswell-cfg
102102

103103
- name: migrate-db
104-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
104+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
105105
command: ['/opt/groundswell/bin/migrate-db.sh']
106106
envFrom:
107107
- configMapRef:
@@ -111,7 +111,7 @@ spec:
111111

112112
containers:
113113
- name: groundswell
114-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
114+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
115115
env:
116116
- name: MPLCONFIGDIR
117117
value: "/tmp"

platform-enterprise_versioned_docs/version-25.2/enterprise/_templates/k8s/groundswell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
SWELL_API_PREDICT_FRACTIONAL_CPUS: "false"
1515

1616
# Database settings, different from the tower DB credentials.
17-
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
17+
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
1818
# SWELL_DB_URL=mysql://db1.abcdefghijkl.us-east-1.rds.amazonaws.com:3306/swell or similar
1919
SWELL_DB_URL: mysql://<DB_AND_PORT>/swell
2020
SWELL_DB_USER: swell
@@ -87,7 +87,7 @@ spec:
8787
- '-c'
8888
- |
8989
echo "$(date): starting check for db $SWELL_DB_URL"
90-
# Strip initial Java connection string and options after '?' from URI
90+
# Strip initial Java connection string and options after '?' from URI
9191
until mysqlsh --uri "$SWELL_DB_URL" -u"$SWELL_DB_USER" -p"$SWELL_DB_PASSWORD" --sql -e "SELECT VERSION()"; do
9292
echo "$(date): see you in $SLEEP_PERIOD_SECONDS seconds"
9393
sleep $SLEEP_PERIOD_SECONDS
@@ -101,7 +101,7 @@ spec:
101101
name: tower-groundswell-cfg
102102

103103
- name: migrate-db
104-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
104+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
105105
command: ['/opt/groundswell/bin/migrate-db.sh']
106106
envFrom:
107107
- configMapRef:
@@ -111,7 +111,7 @@ spec:
111111

112112
containers:
113113
- name: groundswell
114-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
114+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
115115
env:
116116
- name: MPLCONFIGDIR
117117
value: "/tmp"

platform-enterprise_versioned_docs/version-25.3/enterprise/_templates/k8s/groundswell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
SWELL_API_PREDICT_FRACTIONAL_CPUS: "false"
1515

1616
# Database settings, different from the tower DB credentials.
17-
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
17+
# If using Amazon RDS or similar managed database services, `SWELL_DB_URL` will have the form
1818
# SWELL_DB_URL=mysql://db1.abcdefghijkl.us-east-1.rds.amazonaws.com:3306/swell or similar
1919
SWELL_DB_URL: mysql://<DB_AND_PORT>/swell
2020
SWELL_DB_USER: swell
@@ -87,7 +87,7 @@ spec:
8787
- '-c'
8888
- |
8989
echo "$(date): starting check for db $SWELL_DB_URL"
90-
# Strip initial Java connection string and options after '?' from URI
90+
# Strip initial Java connection string and options after '?' from URI
9191
until mysqlsh --uri "$SWELL_DB_URL" -u"$SWELL_DB_USER" -p"$SWELL_DB_PASSWORD" --sql -e "SELECT VERSION()"; do
9292
echo "$(date): see you in $SLEEP_PERIOD_SECONDS seconds"
9393
sleep $SLEEP_PERIOD_SECONDS
@@ -101,7 +101,7 @@ spec:
101101
name: tower-groundswell-cfg
102102

103103
- name: migrate-db
104-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
104+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
105105
command: ['/opt/groundswell/bin/migrate-db.sh']
106106
envFrom:
107107
- configMapRef:
@@ -111,7 +111,7 @@ spec:
111111

112112
containers:
113113
- name: groundswell
114-
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.0"
114+
image: "cr.seqera.io/private/nf-tower-enterprise/groundswell:0.4.7"
115115
env:
116116
- name: MPLCONFIGDIR
117117
value: "/tmp"

0 commit comments

Comments
 (0)