Skip to content

Commit ef616d6

Browse files
committed
Merge branch 'release-1.0'
# Conflicts: # RELEASE_NOTES.md
2 parents 50ce0d9 + 0b17e4d commit ef616d6

File tree

32 files changed

+1306
-61
lines changed

32 files changed

+1306
-61
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
[//]: # (Consider renaming or removing the header for next release, otherwise it appears as duplicate in the published release, e.g: https://github.com/mongodb/mongodb-enterprise-kubernetes/releases/tag/1.22.0 )
22
<!-- Next Release -->
3-
43
# MCK 1.1.0 Release Notes
54

65
## New Features
76

87
* **MongoDBSearch (Community Private Preview)**: Added support for deploying MongoDB Search (Community Private Preview Edition) that enables full-text and vector search capabilities for MongoDBCommunity deployments.
9-
* Added new MongoDB CRD which is watched by default by the operator.
10-
* For more information please see: `TBD LINK TO DOC MARKDOWN`
11-
* Private Preview phase comes with some limitations:
12-
* minimum MongoDB Community version: 8.0.
13-
* TLS must be disabled in MongoDB (communication between mongot and mongod is in plaintext for now).
8+
* Added new MongoDB CRD which is watched by default by the operator.
9+
* For more information please see: `TBD LINK TO DOC MARKDOWN`
10+
* Private Preview phase comes with some limitations:
11+
* minimum MongoDB Community version: 8.0.
12+
* TLS must be disabled in MongoDB (communication between mongot and mongod is in plaintext for now).
1413

1514
<!-- Past Releases -->
15+
# MCK 1.0.1 Release Notes
16+
17+
## Bug Fixes
18+
* Fix missing agent images in the operator bundle in OpenShift catalog and operatorhub.io.
19+
* **MongoDBCommunity** resource was missing from watched list in Helm Charts
1620

1721
# MCK 1.0.0 Release Notes
1822

config/manager/manager.yaml

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: mongodb-kubernetes-operator
2323
containers:
2424
- name: mongodb-kubernetes-operator
25-
image: "quay.io/mongodb/mongodb-kubernetes:1.0.0"
25+
image: "quay.io/mongodb/mongodb-kubernetes:1.0.1"
2626
imagePullPolicy: Always
2727
args:
2828
- -watch-resource=mongodb
@@ -68,21 +68,21 @@ spec:
6868
- name: INIT_DATABASE_IMAGE_REPOSITORY
6969
value: quay.io/mongodb/mongodb-kubernetes-init-database
7070
- name: INIT_DATABASE_VERSION
71-
value: 1.0.0
71+
value: 1.0.1
7272
- name: DATABASE_VERSION
73-
value: 1.0.0
73+
value: 1.0.1
7474
# Ops Manager
7575
- name: OPS_MANAGER_IMAGE_REPOSITORY
7676
value: quay.io/mongodb/mongodb-enterprise-ops-manager-ubi
7777
- name: INIT_OPS_MANAGER_IMAGE_REPOSITORY
7878
value: quay.io/mongodb/mongodb-kubernetes-init-ops-manager
7979
- name: INIT_OPS_MANAGER_VERSION
80-
value: 1.0.0
80+
value: 1.0.1
8181
# AppDB
8282
- name: INIT_APPDB_IMAGE_REPOSITORY
8383
value: quay.io/mongodb/mongodb-kubernetes-init-appdb
8484
- name: INIT_APPDB_VERSION
85-
value: 1.0.0
85+
value: 1.0.1
8686
- name: OPS_MANAGER_IMAGE_PULL_POLICY
8787
value: Always
8888
- name: AGENT_IMAGE
@@ -121,52 +121,70 @@ spec:
121121
- name: MDB_COMMUNITY_IMAGE_TYPE
122122
value: "ubi8"
123123
# Community Env Vars End
124-
- name: RELATED_IMAGE_MONGODB_ENTERPRISE_DATABASE_IMAGE_1_0_0
125-
value: "quay.io/mongodb/mongodb-kubernetes-database:1.0.0"
126-
- name: RELATED_IMAGE_INIT_DATABASE_IMAGE_REPOSITORY_1_0_0
127-
value: "quay.io/mongodb/mongodb-kubernetes-init-database:1.0.0"
128-
- name: RELATED_IMAGE_INIT_OPS_MANAGER_IMAGE_REPOSITORY_1_0_0
129-
value: "quay.io/mongodb/mongodb-kubernetes-init-ops-manager:1.0.0"
130-
- name: RELATED_IMAGE_INIT_APPDB_IMAGE_REPOSITORY_1_0_0
131-
value: "quay.io/mongodb/mongodb-kubernetes-init-appdb:1.0.0"
124+
- name: RELATED_IMAGE_MONGODB_ENTERPRISE_DATABASE_IMAGE_1_0_1
125+
value: "quay.io/mongodb/mongodb-kubernetes-database:1.0.1"
126+
- name: RELATED_IMAGE_INIT_DATABASE_IMAGE_REPOSITORY_1_0_1
127+
value: "quay.io/mongodb/mongodb-kubernetes-init-database:1.0.1"
128+
- name: RELATED_IMAGE_INIT_OPS_MANAGER_IMAGE_REPOSITORY_1_0_1
129+
value: "quay.io/mongodb/mongodb-kubernetes-init-ops-manager:1.0.1"
130+
- name: RELATED_IMAGE_INIT_APPDB_IMAGE_REPOSITORY_1_0_1
131+
value: "quay.io/mongodb/mongodb-kubernetes-init-appdb:1.0.1"
132132
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_13_8702_1
133133
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.13.8702-1"
134134
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_13_8702_1_1_0_0
135135
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.13.8702-1_1.0.0"
136+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_13_8702_1_1_0_1
137+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.13.8702-1_1.0.1"
136138
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_15_8741_1
137139
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.15.8741-1"
138140
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_15_8741_1_1_0_0
139141
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.15.8741-1_1.0.0"
142+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_15_8741_1_1_0_1
143+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.15.8741-1_1.0.1"
140144
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
141145
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.2.8729-1"
142146
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1
143147
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1"
144148
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1_1_0_0
145149
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1_1.0.0"
150+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1_1_0_1
151+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1_1.0.1"
146152
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_6_8796_1
147153
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.6.8796-1"
148154
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_6_8796_1_1_0_0
149155
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.6.8796-1_1.0.0"
156+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_6_8796_1_1_0_1
157+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.6.8796-1_1.0.1"
150158
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_7_8810_1
151159
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.7.8810-1"
152160
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_7_8810_1_1_0_0
153161
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.7.8810-1_1.0.0"
162+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_7_8810_1_1_0_1
163+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.7.8810-1_1.0.1"
154164
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_33_7866_1
155165
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.33.7866-1"
156166
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_33_7866_1_1_0_0
157167
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.33.7866-1_1.0.0"
168+
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_33_7866_1_1_0_1
169+
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.33.7866-1_1.0.1"
158170
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_34_7888_1
159171
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.34.7888-1"
160172
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_34_7888_1_1_0_0
161173
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.34.7888-1_1.0.0"
174+
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_34_7888_1_1_0_1
175+
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.34.7888-1_1.0.1"
162176
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
163177
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1"
164178
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1_1_0_0
165179
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1_1.0.0"
180+
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1_1_0_1
181+
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1_1.0.1"
166182
- name: RELATED_IMAGE_AGENT_IMAGE_13_34_0_9465_1
167183
value: "quay.io/mongodb/mongodb-agent-ubi:13.34.0.9465-1"
168184
- name: RELATED_IMAGE_AGENT_IMAGE_13_34_0_9465_1_1_0_0
169185
value: "quay.io/mongodb/mongodb-agent-ubi:13.34.0.9465-1_1.0.0"
186+
- name: RELATED_IMAGE_AGENT_IMAGE_13_34_0_9465_1_1_0_1
187+
value: "quay.io/mongodb/mongodb-agent-ubi:13.34.0.9465-1_1.0.1"
170188
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_25
171189
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.25"
172190
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26

config/manifests/bases/mongodb-kubernetes.clusterserviceversion.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Deep Insights
77
categories: Database
88
certified: "true"
9-
containerImage: quay.io/mongodb/mongodb-kubernetes:1.0.0
9+
containerImage: quay.io/mongodb/mongodb-kubernetes:1.0.1
1010
createdAt: ""
1111
description: The MongoDB Controllers for Kubernetes enable easy deploys of MongoDB
1212
into Kubernetes clusters, using our management, monitoring and backup platforms,
@@ -452,3 +452,4 @@ spec:
452452
provider:
453453
name: MongoDB, Inc
454454
version: 0.0.0
455+
replaces: mongodb-kubernetes.v1.0.0

helm_chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mongodb-kubernetes
33
description: MongoDB Controllers for Kubernetes translate the human knowledge of creating
44
a MongoDB instance into a scalable, repeatable, and standardized method.
5-
version: 1.0.0
5+
version: 1.0.1
66
kubeVersion: '>=1.16-0'
77
type: application
88
keywords:

helm_chart/values-openshift.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ operator:
2727
# Environment variables prefixed with RELATED_IMAGE_ are used by operator-sdk to generate relatedImages section
2828
# with sha256 digests pinning for the certified operator bundle with disconnected environment feature enabled.
2929
# https://docs.openshift.com/container-platform/4.14/operators/operator_sdk/osdk-generating-csvs.html#olm-enabling-operator-for-restricted-network_osdk-generating-csvs
30-
version: 1.0.0
30+
version: 1.0.1
3131
relatedImages:
3232
opsManager:
3333
- 6.0.25
@@ -93,23 +93,32 @@ relatedImages:
9393
agent:
9494
- 107.0.13.8702-1
9595
- 107.0.13.8702-1_1.0.0
96+
- 107.0.13.8702-1_1.0.1
9697
- 107.0.15.8741-1
9798
- 107.0.15.8741-1_1.0.0
99+
- 107.0.15.8741-1_1.0.1
98100
- 108.0.2.8729-1
99101
- 108.0.4.8770-1
100102
- 108.0.4.8770-1_1.0.0
103+
- 108.0.4.8770-1_1.0.1
101104
- 108.0.6.8796-1
102105
- 108.0.6.8796-1_1.0.0
106+
- 108.0.6.8796-1_1.0.1
103107
- 108.0.7.8810-1
104108
- 108.0.7.8810-1_1.0.0
109+
- 108.0.7.8810-1_1.0.1
105110
- 12.0.33.7866-1
106111
- 12.0.33.7866-1_1.0.0
112+
- 12.0.33.7866-1_1.0.1
107113
- 12.0.34.7888-1
108114
- 12.0.34.7888-1_1.0.0
115+
- 12.0.34.7888-1_1.0.1
109116
- 12.0.35.7911-1
110117
- 12.0.35.7911-1_1.0.0
118+
- 12.0.35.7911-1_1.0.1
111119
- 13.34.0.9465-1
112120
- 13.34.0.9465-1_1.0.0
121+
- 13.34.0.9465-1_1.0.1
113122
mongodbLegacyAppDb:
114123
- 4.2.11-ent
115124
- 4.2.2-ent

helm_chart/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ operator:
2222
deployment_name: mongodb-kubernetes-operator
2323

2424
# Version of mongodb-kubernetes-operator
25-
version: 1.0.0
25+
version: 1.0.1
2626

2727
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
2828
watchedResources:
@@ -118,24 +118,24 @@ operator:
118118
## Database
119119
database:
120120
name: mongodb-kubernetes-database
121-
version: 1.0.0
121+
version: 1.0.1
122122

123123
initDatabase:
124124
name: mongodb-kubernetes-init-database
125-
version: 1.0.0
125+
version: 1.0.1
126126

127127
## Ops Manager
128128
opsManager:
129129
name: mongodb-enterprise-ops-manager-ubi
130130

131131
initOpsManager:
132132
name: mongodb-kubernetes-init-ops-manager
133-
version: 1.0.0
133+
version: 1.0.1
134134

135135
## Application Database
136136
initAppDb:
137137
name: mongodb-kubernetes-init-appdb
138-
version: 1.0.0
138+
version: 1.0.1
139139

140140
agent:
141141
name: mongodb-agent-ubi

public/.evergreen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@ functions:
6161
<<: *go_env
6262
MACOS_NOTARY_KEY: ${macos_notary_keyid}
6363
MACOS_NOTARY_SECRET: ${macos_notary_secret}
64+
# TODO: triggered_by_git_tag is not set, because we run the task manually
6465
GORELEASER_CURRENT_TAG: ${triggered_by_git_tag}
6566
# shell.exec EVG Task doesn't have add_to_path, so we need to explicitly add the path export below.
6667
script: |
6768
set -Eeu pipefail
6869
6970
export PATH=$GOROOT/bin:$PATH
7071
export GITHUB_TOKEN=${generated_token}
71-
${workdir}/goreleaser release --rm-dist
72+
${workdir}/goreleaser release --clean
7273
7374
tasks:
7475
- name: package_goreleaser
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
ARG imagebase
2+
FROM ${imagebase} as base
3+
4+
FROM registry.access.redhat.com/ubi9/ubi-minimal
5+
6+
ARG version
7+
8+
LABEL name="MongoDB Agent" \
9+
version="${version}" \
10+
summary="MongoDB Agent" \
11+
description="MongoDB Agent" \
12+
vendor="MongoDB" \
13+
release="1" \
14+
maintainer="[email protected]"
15+
16+
COPY --from=base /data/probe.sh /opt/scripts/probe.sh
17+
COPY --from=base /data/readinessprobe /opt/scripts/readinessprobe
18+
COPY --from=base /data/version-upgrade-hook /opt/scripts/version-upgrade-hook
19+
COPY --from=base /data/agent-launcher-lib.sh /opt/scripts/agent-launcher-lib.sh
20+
COPY --from=base /data/agent-launcher.sh /opt/scripts/agent-launcher.sh
21+
COPY --from=base /data/LICENSE /licenses/LICENSE
22+
23+
# Replace libcurl-minimal and curl-minimal with the full versions
24+
# https://bugzilla.redhat.com/show_bug.cgi?id=1994521
25+
RUN microdnf install -y libssh libpsl libbrotli \
26+
&& microdnf download curl libcurl \
27+
&& rpm -Uvh --nodeps --replacefiles "*curl*$( uname -i ).rpm" \
28+
&& microdnf remove -y libcurl-minimal curl-minimal
29+
30+
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 nss_wrapper
31+
# Copy-pasted from https://www.mongodb.com/docs/manual/tutorial/install-mongodb-enterprise-on-red-hat-tarball/
32+
RUN microdnf install -y --disableplugin=subscription-manager \
33+
cyrus-sasl cyrus-sasl-gssapi cyrus-sasl-plain krb5-libs openldap openssl xz-libs
34+
# Dependencies for the Agent
35+
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 \
36+
net-snmp \
37+
net-snmp-agent-libs
38+
RUN microdnf install -y --disableplugin=subscription-manager \
39+
hostname tar gzip procps jq \
40+
&& microdnf upgrade -y \
41+
&& rm -rf /var/lib/apt/lists/*
42+
43+
44+
COPY --from=base /data/mongodb_tools_ubi.tgz /tools/mongodb_tools.tgz
45+
COPY --from=base /data/mongodb_agent_ubi.tgz /agent/mongodb_agent.tgz
46+
47+
RUN tar xfz /tools/mongodb_tools.tgz
48+
RUN mv mongodb-database-tools-*/bin/* /tools
49+
RUN chmod +x /tools/*
50+
RUN rm /tools/mongodb_tools.tgz
51+
RUN rm -rf /mongodb-database-tools-*
52+
53+
RUN tar xfz /agent/mongodb_agent.tgz
54+
RUN mv mongodb-mms-automation-agent-*/mongodb-mms-automation-agent /agent/mongodb-agent
55+
RUN chmod +x /agent/mongodb-agent
56+
RUN rm /agent/mongodb_agent.tgz
57+
RUN rm -rf mongodb-mms-automation-agent-*
58+
59+
RUN mkdir -p /var/lib/automation/config
60+
RUN chmod -R +r /var/lib/automation/config
61+
62+
USER 2000
63+
64+
HEALTHCHECK --timeout=30s CMD ls /opt/scripts/readinessprobe || exit 1
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
ARG imagebase
2+
FROM ${imagebase} as base
3+
4+
FROM registry.access.redhat.com/ubi9/ubi-minimal
5+
6+
ARG version
7+
8+
LABEL name="MongoDB Agent" \
9+
version="${version}" \
10+
summary="MongoDB Agent" \
11+
description="MongoDB Agent" \
12+
vendor="MongoDB" \
13+
release="1" \
14+
maintainer="[email protected]"
15+
16+
COPY --from=base /data/probe.sh /opt/scripts/probe.sh
17+
COPY --from=base /data/readinessprobe /opt/scripts/readinessprobe
18+
COPY --from=base /data/version-upgrade-hook /opt/scripts/version-upgrade-hook
19+
COPY --from=base /data/agent-launcher-lib.sh /opt/scripts/agent-launcher-lib.sh
20+
COPY --from=base /data/agent-launcher.sh /opt/scripts/agent-launcher.sh
21+
COPY --from=base /data/LICENSE /licenses/LICENSE
22+
23+
# Replace libcurl-minimal and curl-minimal with the full versions
24+
# https://bugzilla.redhat.com/show_bug.cgi?id=1994521
25+
RUN microdnf install -y libssh libpsl libbrotli \
26+
&& microdnf download curl libcurl \
27+
&& rpm -Uvh --nodeps --replacefiles "*curl*$( uname -i ).rpm" \
28+
&& microdnf remove -y libcurl-minimal curl-minimal
29+
30+
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 nss_wrapper
31+
# Copy-pasted from https://www.mongodb.com/docs/manual/tutorial/install-mongodb-enterprise-on-red-hat-tarball/
32+
RUN microdnf install -y --disableplugin=subscription-manager \
33+
cyrus-sasl cyrus-sasl-gssapi cyrus-sasl-plain krb5-libs openldap openssl xz-libs
34+
# Dependencies for the Agent
35+
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 \
36+
net-snmp \
37+
net-snmp-agent-libs
38+
RUN microdnf install -y --disableplugin=subscription-manager \
39+
hostname tar gzip procps jq \
40+
&& microdnf upgrade -y \
41+
&& rm -rf /var/lib/apt/lists/*
42+
43+
44+
COPY --from=base /data/mongodb_tools_ubi.tgz /tools/mongodb_tools.tgz
45+
COPY --from=base /data/mongodb_agent_ubi.tgz /agent/mongodb_agent.tgz
46+
47+
RUN tar xfz /tools/mongodb_tools.tgz
48+
RUN mv mongodb-database-tools-*/bin/* /tools
49+
RUN chmod +x /tools/*
50+
RUN rm /tools/mongodb_tools.tgz
51+
RUN rm -rf /mongodb-database-tools-*
52+
53+
RUN tar xfz /agent/mongodb_agent.tgz
54+
RUN mv mongodb-mms-automation-agent-*/mongodb-mms-automation-agent /agent/mongodb-agent
55+
RUN chmod +x /agent/mongodb-agent
56+
RUN rm /agent/mongodb_agent.tgz
57+
RUN rm -rf mongodb-mms-automation-agent-*
58+
59+
RUN mkdir -p /var/lib/automation/config
60+
RUN chmod -R +r /var/lib/automation/config
61+
62+
USER 2000
63+
64+
HEALTHCHECK --timeout=30s CMD ls /opt/scripts/readinessprobe || exit 1

0 commit comments

Comments
 (0)