Compare commits
6 commits
aa86149901
...
a1c5da0a93
Author | SHA1 | Date | |
---|---|---|---|
a1c5da0a93 | |||
628fb4aad0 | |||
e7de63dd11 | |||
022854fa1d | |||
5e5b0b94c1 | |||
3cb9fb018a |
3 changed files with 7 additions and 12 deletions
|
@ -26,7 +26,7 @@ helmCharts:
|
|||
repo: https://argoproj.github.io/argo-helm
|
||||
releaseName: argo-cd
|
||||
namespace: argo-system
|
||||
version: "7.6.12"
|
||||
version: "7.7.1"
|
||||
valuesFile: config/values.argo-cd.yaml
|
||||
apiVersions:
|
||||
- monitoring.coreos.com/v1
|
|
@ -34,5 +34,5 @@ helmCharts:
|
|||
repo: https://yandex-cloud.github.io/k8s-csi-s3/charts/
|
||||
releaseName: csi-s3
|
||||
namespace: kube-system
|
||||
version: "0.41.1"
|
||||
version: "0.42.1"
|
||||
valuesFile: config/values.csi-s3.yaml
|
||||
|
|
|
@ -5,19 +5,14 @@ namespace: spin-system
|
|||
|
||||
resources:
|
||||
- resources/namespace.yaml
|
||||
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.crds.yaml
|
||||
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.runtime-class.yaml
|
||||
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.shim-executor.yaml
|
||||
- https://github.com/spinkube/spin-operator/releases/download/v0.4.0/spin-operator.crds.yaml
|
||||
- https://github.com/spinkube/spin-operator/releases/download/v0.4.0/spin-operator.runtime-class.yaml
|
||||
- https://github.com/spinkube/spin-operator/releases/download/v0.4.0/spin-operator.shim-executor.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: kwasm-operator
|
||||
repo: https://kwasm.sh/kwasm-operator/
|
||||
namespace: spin-system
|
||||
version: "0.2.3"
|
||||
includeCRDs: true
|
||||
|
||||
- name: spin-operator
|
||||
repo: oci://ghcr.io/spinkube/charts
|
||||
releaseName: spin-operator
|
||||
namespace: spin-system
|
||||
version: "0.3.0"
|
||||
version: "0.4.0"
|
||||
includeCRDs: true
|
||||
|
|
Loading…
Add table
Reference in a new issue