diff --git a/stable/ddns-go/4.0.1/app-changelog.md b/stable/ddns-go/4.0.1/app-changelog.md deleted file mode 100644 index c38aa01c02..0000000000 --- a/stable/ddns-go/4.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ddns-go-4.0.1](https://github.com/truecharts/charts/compare/ddns-go-4.0.0...ddns-go-4.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/stable/ddns-go/4.0.1/CHANGELOG.md b/stable/ddns-go/4.0.2/CHANGELOG.md similarity index 100% rename from stable/ddns-go/4.0.1/CHANGELOG.md rename to stable/ddns-go/4.0.2/CHANGELOG.md diff --git a/stable/ddns-go/4.0.1/Chart.yaml b/stable/ddns-go/4.0.2/Chart.yaml similarity index 96% rename from stable/ddns-go/4.0.1/Chart.yaml rename to stable/ddns-go/4.0.2/Chart.yaml index 5686f435b4..70b9d5d3a0 100644 --- a/stable/ddns-go/4.0.1/Chart.yaml +++ b/stable/ddns-go/4.0.2/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 4.0.1 -appVersion: "4.2.0" +version: 4.0.2 +appVersion: "4.2.1" description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service type: application deprecated: false diff --git a/stable/ddns-go/4.0.1/README.md b/stable/ddns-go/4.0.2/README.md similarity index 100% rename from stable/ddns-go/4.0.1/README.md rename to stable/ddns-go/4.0.2/README.md diff --git a/stable/ddns-go/4.0.2/app-changelog.md b/stable/ddns-go/4.0.2/app-changelog.md new file mode 100644 index 0000000000..5658fc206e --- /dev/null +++ b/stable/ddns-go/4.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-4.0.2](https://github.com/truecharts/charts/compare/ddns-go-4.0.1...ddns-go-4.0.2) (2022-11-21) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v4.2.1 + + \ No newline at end of file diff --git a/stable/ddns-go/4.0.1/app-readme.md b/stable/ddns-go/4.0.2/app-readme.md similarity index 100% rename from stable/ddns-go/4.0.1/app-readme.md rename to stable/ddns-go/4.0.2/app-readme.md diff --git a/stable/ddns-go/4.0.1/charts/common-11.0.3.tgz b/stable/ddns-go/4.0.2/charts/common-11.0.3.tgz similarity index 100% rename from stable/ddns-go/4.0.1/charts/common-11.0.3.tgz rename to stable/ddns-go/4.0.2/charts/common-11.0.3.tgz diff --git a/stable/ddns-go/4.0.1/ix_values.yaml b/stable/ddns-go/4.0.2/ix_values.yaml similarity index 81% rename from stable/ddns-go/4.0.1/ix_values.yaml rename to stable/ddns-go/4.0.2/ix_values.yaml index ca52011cdd..3643b37d00 100644 --- a/stable/ddns-go/4.0.1/ix_values.yaml +++ b/stable/ddns-go/4.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: 4.2.0@sha256:d006e5d4348602943af5639663275858789ff15005dd8e86310a59a9e53d5815 + tag: 4.2.1@sha256:27379dbd2694a2f41e3b46f8e65030cac7ca629a9b2b178b20ad2d2c40be428b securityContext: readOnlyRootFilesystem: false diff --git a/stable/ddns-go/4.0.1/questions.yaml b/stable/ddns-go/4.0.2/questions.yaml similarity index 100% rename from stable/ddns-go/4.0.1/questions.yaml rename to stable/ddns-go/4.0.2/questions.yaml diff --git a/stable/ddns-go/4.0.1/templates/common.yaml b/stable/ddns-go/4.0.2/templates/common.yaml similarity index 100% rename from stable/ddns-go/4.0.1/templates/common.yaml rename to stable/ddns-go/4.0.2/templates/common.yaml diff --git a/stable/ddns-go/4.0.1/values.yaml b/stable/ddns-go/4.0.2/values.yaml similarity index 100% rename from stable/ddns-go/4.0.1/values.yaml rename to stable/ddns-go/4.0.2/values.yaml