Skip to content

Commit

Permalink
Release MongoDB Kubernetes Operator v0.8.2 (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-cosbuc authored Aug 14, 2023
1 parent 95bdbb8 commit 42f389e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- name: OPERATOR_NAME
value: mongodb-kubernetes-operator
- name: AGENT_IMAGE
value: quay.io/mongodb/mongodb-agent:12.0.24.7719-1
value: quay.io/mongodb/mongodb-agent:12.0.25.7724-1
- name: VERSION_UPGRADE_HOOK_IMAGE
value: quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.7
- name: READINESS_PROBE_IMAGE
Expand All @@ -54,7 +54,7 @@ spec:
value: mongodb-community-server
- name: MONGODB_REPO_URL
value: docker.io/mongodb
image: quay.io/mongodb/mongodb-kubernetes-operator:0.8.1
image: quay.io/mongodb/mongodb-kubernetes-operator:0.8.2
imagePullPolicy: Always
name: mongodb-kubernetes-operator
resources:
Expand Down
4 changes: 2 additions & 2 deletions deploy/openshift/operator_openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: OPERATOR_NAME
value: mongodb-kubernetes-operator
- name: AGENT_IMAGE
value: quay.io/mongodb/mongodb-agent:12.0.24.7719-1
value: quay.io/mongodb/mongodb-agent:12.0.25.7724-1
- name: READINESS_PROBE_IMAGE
value: quay.io/mongodb/mongodb-kubernetes-readinessprobe:1.0.15
- name: VERSION_UPGRADE_HOOK_IMAGE
Expand All @@ -56,7 +56,7 @@ spec:
value: mongo
- name: MONGODB_REPO_URL
value: docker.io
image: quay.io/mongodb/mongodb-kubernetes-operator:0.8.1
image: quay.io/mongodb/mongodb-kubernetes-operator:0.8.2
imagePullPolicy: Always
name: mongodb-kubernetes-operator
resources:
Expand Down
1 change: 1 addition & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
## Updated Image Tags

- mongodb-kubernetes-operator:0.8.2
- mongodb-agent:12.0.25.7724-1

_All the images can be found in:_

Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"golang-builder-image": "golang:1.20",
"mongodb-kubernetes-operator": "0.8.1",
"mongodb-kubernetes-operator": "0.8.2",
"version-upgrade-hook": "1.0.7",
"readiness-probe": "1.0.15",
"mongodb-agent": {
"version": "12.0.25.7724-1",
"tools_version": "100.7.4"
}
}
}

0 comments on commit 42f389e

Please # to comment.