From 36cf715422017512b966db2c5fa2353fdc0d201f Mon Sep 17 00:00:00 2001 From: hongming Date: Mon, 1 Apr 2024 00:46:40 +0800 Subject: [PATCH] update image list --- charts/gatekeeper/extension.yaml | 37 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/charts/gatekeeper/extension.yaml b/charts/gatekeeper/extension.yaml index 392e869..7c6fbc2 100644 --- a/charts/gatekeeper/extension.yaml +++ b/charts/gatekeeper/extension.yaml @@ -9,18 +9,18 @@ description: en: Gatekeeper is a security policy management tool based on OPA category: security keywords: - - security - - gatekeeper - - opa - - admission webhook +- security +- gatekeeper +- opa +- admission webhook home: https://kubesphere.io sources: - - https://github.com/kubesphere-extensions/gatekeeper +- https://github.com/kubesphere-extensions/gatekeeper kubeVersion: ">=1.19.0-0" ksVersion: ">=4.0.0-0" maintainers: - - name: "hongming" - email: hongming@kubesphere.io +- name: "hongming" + email: hongming@kubesphere.io provider: en: name: "hongming" @@ -30,19 +30,20 @@ provider: email: kubesphere@yunify.com icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg dependencies: - - name: gatekeeper - tags: - - agent - - name: agent - tags: - - agent - - name: extension - tags: - - extension +- name: gatekeeper + tags: + - agent +- name: agent + tags: + - agent +- name: extension + tags: + - extension # installationMode describes how to install subcharts, it can be HostOnly or Multicluster. # In Multicluster mode, the subchart with tag `extension` will only be deployed to the host cluster, # and the subchart with tag `agent` will be deployed to all selected clusters. installationMode: Multicluster images: -- registry.cn-beijing.aliyuncs.com/kse/gatekeeper-extension-apiserver:v0.1.0" -- registry.cn-beijing.aliyuncs.com/kubesphereio/kubectl:v1.27.12" \ No newline at end of file +- docker.io/kubesphere/gatekeeper-extension-apiserver:v0.1.0 +- docker.io/kubesphere/kubectl:v1.27.12 +- docker.io/openpolicyagent/gatekeeper:v3.14.0