From e4b24cb57f65bc93fe7204c3e11c73b602293002 Mon Sep 17 00:00:00 2001 From: hongming Date: Wed, 4 Sep 2024 18:31:31 +0800 Subject: [PATCH] adapt for KubeSphere v4.1.1 --- charts/gatekeeper/CHANGELOG.md | 4 ++-- charts/gatekeeper/CHANGELOG_zh.md | 2 +- charts/gatekeeper/extension.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/gatekeeper/CHANGELOG.md b/charts/gatekeeper/CHANGELOG.md index 99475b7..80daee1 100644 --- a/charts/gatekeeper/CHANGELOG.md +++ b/charts/gatekeeper/CHANGELOG.md @@ -1,8 +1,8 @@ -## v1.0.2 +## v1.0.1 ### Enhancements -- Adapt for KSE v4.1.2 +- Adapt for KubeSphere v4.1.1 ## v1.0.0 diff --git a/charts/gatekeeper/CHANGELOG_zh.md b/charts/gatekeeper/CHANGELOG_zh.md index ccd9378..2ad59bf 100644 --- a/charts/gatekeeper/CHANGELOG_zh.md +++ b/charts/gatekeeper/CHANGELOG_zh.md @@ -2,7 +2,7 @@ ### 优化 -- 适配 KSE v4.1.2 +- 适配 KubeSphere v4.1.1 ## v1.0.0 diff --git a/charts/gatekeeper/extension.yaml b/charts/gatekeeper/extension.yaml index 5302f16..38d6c06 100644 --- a/charts/gatekeeper/extension.yaml +++ b/charts/gatekeeper/extension.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/kubesphere-extensions/gatekeeper - https://github.com/open-policy-agent/gatekeeper kubeVersion: '>=1.19.0-0' -ksVersion: '>=4.1.2-0' +ksVersion: '>=4.1.0-0' maintainers: - name: KubeSphere email: kubesphere@yunify.com