Skip to content

Commit aa3952b

Browse files
committed
chore(charts): change charts version
1 parent 2cab152 commit aa3952b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/storage/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: storage
22
apiVersion: v2
33
home: https://github.com/drycc/storage
4-
appVersion: v2
4+
appVersion: 1.0.0
55
dependencies:
66
- name: common
7-
repository: https://charts.drycc.cc/stable
8-
version: 1.x.x
7+
repository: oci://registry.drycc.cc/charts
8+
version: ~1.1.2
99
description: Minio Object Storage in Kubernetes, used by Drycc Workflow.
1010
maintainers:
1111
- name: Drycc Team
1212
email: engineering@drycc.com
13-
version: v1.1.0
13+
version: v4.0.0

versioning.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ podman-immutable-push:
1919

2020
.PHONY: podman-mutable-push
2121
podman-mutable-push:
22-
podman push ${MUTABLE_IMAGE}
22+
podman push ${MUTABLE_IMAGE}

0 commit comments

Comments
 (0)