We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cab152 commit aa3952bCopy full SHA for aa3952b
2 files changed
charts/storage/Chart.yaml
@@ -1,13 +1,13 @@
1
name: storage
2
apiVersion: v2
3
home: https://github.com/drycc/storage
4
-appVersion: v2
+appVersion: 1.0.0
5
dependencies:
6
- name: common
7
- repository: https://charts.drycc.cc/stable
8
- version: 1.x.x
+ repository: oci://registry.drycc.cc/charts
+ version: ~1.1.2
9
description: Minio Object Storage in Kubernetes, used by Drycc Workflow.
10
maintainers:
11
- name: Drycc Team
12
email: engineering@drycc.com
13
-version: v1.1.0
+version: v4.0.0
versioning.mk
@@ -19,4 +19,4 @@ podman-immutable-push:
19
20
.PHONY: podman-mutable-push
21
podman-mutable-push:
22
- podman push ${MUTABLE_IMAGE}
+ podman push ${MUTABLE_IMAGE}
0 commit comments