Skip to content

Commit

Permalink
Unified Images format (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixiake authored Oct 29, 2024
1 parent 7eb346d commit 681fdde
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions kubefed/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- name: backend
condition: backend.enabled
images:
- kubesphere/kubefed-extension:v1.0.0
- kubesphere/kubefed:v0.8.1
- kubesphere/kubectl:v1.27.4
- docker.io/kubesphere/kubefed-extension:v1.0.0
- docker.io/kubesphere/kubefed:v0.8.1
- docker.io/kubesphere/kubectl:v1.27.4
docs: https://docs.kubesphere.com.cn/
8 changes: 4 additions & 4 deletions storage-utils/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dependencies:
tags:
- agent
images:
- kubesphere/storageclass-accessor:v0.2.5
- kubesphere/snapshot-controller:v4.2.1
- kubesphere/snapshotclass-controller:v0.0.1
- kubesphere/pvc-autoresizer:v0.3.1
- docker.io/kubesphere/storageclass-accessor:v0.2.5
- docker.io/kubesphere/snapshot-controller:v4.2.1
- docker.io/kubesphere/snapshotclass-controller:v0.0.1
- docker.io/kubesphere/pvc-autoresizer:v0.3.1
docs: https://docs.kubesphere.com.cn/
4 changes: 2 additions & 2 deletions tower/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ dependencies:
- name: backend
condition: backend.enabled
images:
- kubesphere/tower:v0.2.1
- kubesphere/tower-extension:v1.0.0
- docker.io/kubesphere/tower:v0.2.1
- docker.io/kubesphere/tower-extension:v1.0.0
docs: https://docs.kubesphere.com.cn/
10 changes: 5 additions & 5 deletions whizard-alerting/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ externalDependencies:
staticFileDirectory: static
icon: ./favicon.svg
images:
- kubesphere/whizard-alerting-apiserver:v1.0.2
- kubesphere/whizard-alerting-controller-manager:v1.0.2
- thanosio/thanos:v0.36.1
- kubesphere/kubectl:v1.27.12
- kubesphere/cortex-tenant:v1.12.5
- docker.io/kubesphere/whizard-alerting-apiserver:v1.0.2
- docker.io/kubesphere/whizard-alerting-controller-manager:v1.0.2
- docker.io/thanosio/thanos:v0.36.1
- docker.io/kubesphere/kubectl:v1.27.12
- docker.io/kubesphere/cortex-tenant:v1.12.5
- quay.io/prometheus-operator/prometheus-config-reloader:v0.75.1
maintainers:
- name: KubeSphere
Expand Down
8 changes: 4 additions & 4 deletions whizard-monitoring/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ images:
- quay.io/prometheus/node-exporter:v1.8.1
- quay.io/prometheus/prometheus:v2.51.2
- docker.io/kubesphere/dcgm-exporter:3.3.5-3.4.0-ubuntu22.04
- kubesphere/process-exporter:0.5.0
- nginxinc/nginx-unprivileged:1.24
- kubesphere/calico-exporter:v0.3.0
- kubesphere/whizard-monitoring-helm-init:v0.1.0
- docker.io/kubesphere/process-exporter:0.5.0
- docker.io/nginxinc/nginx-unprivileged:1.24
- docker.io/kubesphere/calico-exporter:v0.3.0
- docker.io/kubesphere/whizard-monitoring-helm-init:v0.1.0
maintainers:
- name: KubeSphere
email: [email protected]
Expand Down

0 comments on commit 681fdde

Please sign in to comment.