feat(container): update image ghcr.io/openclaw-rocks/charts/openclaw-operator ( 0.16.1 ➔ 0.20.1 )#595
Merged
Aviator-Coding merged 1 commit intomainfrom Mar 17, 2026
Conversation
Contributor
Author
--- HelmRelease: openclaw/openclaw-operator Deployment: openclaw/openclaw-operator
+++ HelmRelease: openclaw/openclaw-operator Deployment: openclaw/openclaw-operator
@@ -29,13 +29,13 @@
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- name: manager
- image: ghcr.io/openclaw-rocks/openclaw-operator:v0.16.1
+ image: ghcr.io/openclaw-rocks/openclaw-operator:v0.20.1
imagePullPolicy: IfNotPresent
command:
- /manager
args:
- --leader-elect
- --health-probe-bind-address=:8081
--- HelmRelease: openclaw/openclaw-operator Service: openclaw/openclaw-operator-metrics
+++ HelmRelease: openclaw/openclaw-operator Service: openclaw/openclaw-operator-metrics
@@ -0,0 +1,22 @@
+---
+apiVersion: v1
+kind: Service
+metadata:
+ name: openclaw-operator-metrics
+ labels:
+ app.kubernetes.io/name: openclaw-operator
+ app.kubernetes.io/instance: openclaw-operator
+ app.kubernetes.io/managed-by: Helm
+ control-plane: controller-manager
+spec:
+ type: ClusterIP
+ selector:
+ app.kubernetes.io/name: openclaw-operator
+ app.kubernetes.io/instance: openclaw-operator
+ control-plane: controller-manager
+ ports:
+ - name: metrics
+ port: 8443
+ targetPort: metrics
+ protocol: TCP
+ |
Contributor
Author
--- kubernetes/apps/openclaw/operator Kustomization: openclaw/openclaw-operator OCIRepository: openclaw/openclaw-operator
+++ kubernetes/apps/openclaw/operator Kustomization: openclaw/openclaw-operator OCIRepository: openclaw/openclaw-operator
@@ -11,9 +11,9 @@
spec:
interval: 15m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 0.16.1
+ tag: 0.20.1
url: oci://ghcr.io/openclaw-rocks/charts/openclaw-operator
|
ccead83 to
9c05ff7
Compare
…operator ( 0.16.1 ➔ 0.20.1 ) | datasource | package | from | to | | ---------- | ----------------------------------------------- | ------ | ------ | | docker | ghcr.io/openclaw-rocks/charts/openclaw-operator | 0.16.1 | 0.20.1 |
9c05ff7 to
4546b57
Compare
Aviator-Coding
approved these changes
Mar 17, 2026
Owner
Aviator-Coding
left a comment
There was a problem hiding this comment.
🤖 Auto-approved for minor version update - safe to merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.16.1→0.20.1Release Notes
OpenClaw-rocks/k8s-operator (ghcr.io/openclaw-rocks/charts/openclaw-operator)
v0.20.1Compare Source
Bug Fixes
v0.20.0Compare Source
Features
Bug Fixes
v0.19.1Compare Source
Bug Fixes
v0.19.0Compare Source
Features
v0.18.1Compare Source
Bug Fixes
v0.18.0Compare Source
Features
Bug Fixes
v0.17.0Compare Source
Features
Bug Fixes
Refactoring
v0.16.2Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.