diff --git a/enterprise/cert-manager/0.0.3/app-changelog.md b/enterprise/cert-manager/0.0.3/app-changelog.md deleted file mode 100644 index 8d130c8f80..0000000000 --- a/enterprise/cert-manager/0.0.3/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [cert-manager-0.0.3](https://github.com/truecharts/charts/compare/cert-manager-0.0.2...cert-manager-0.0.3) (2023-01-18) - diff --git a/enterprise/cert-manager/0.0.3/CHANGELOG.md b/enterprise/cert-manager/0.0.4/CHANGELOG.md similarity index 74% rename from enterprise/cert-manager/0.0.3/CHANGELOG.md rename to enterprise/cert-manager/0.0.4/CHANGELOG.md index 505536d34d..fe41d1f6bd 100644 --- a/enterprise/cert-manager/0.0.3/CHANGELOG.md +++ b/enterprise/cert-manager/0.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cert-manager-0.0.4](https://github.com/truecharts/charts/compare/cert-manager-0.0.3...cert-manager-0.0.4) (2023-01-18) + +### Chore + +- pin container image tccr.io/truecharts/scratch to latest + + + + ## [cert-manager-0.0.3](https://github.com/truecharts/charts/compare/cert-manager-0.0.2...cert-manager-0.0.3) (2023-01-18) diff --git a/enterprise/cert-manager/0.0.3/Chart.yaml b/enterprise/cert-manager/0.0.4/Chart.yaml similarity index 84% rename from enterprise/cert-manager/0.0.3/Chart.yaml rename to enterprise/cert-manager/0.0.4/Chart.yaml index de4d2ba292..5f1521f53e 100644 --- a/enterprise/cert-manager/0.0.3/Chart.yaml +++ b/enterprise/cert-manager/0.0.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "upstream" +appVersion: "latest" deprecated: false description: Certificate management for Kubernetes home: https://truecharts.org/charts/enterprise/cert-manager @@ -18,9 +18,10 @@ maintainers: url: https://truecharts.org name: cert-manager sources: + - https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager - https://cert-manager.io/ type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - core diff --git a/enterprise/cert-manager/0.0.3/README.md b/enterprise/cert-manager/0.0.4/README.md similarity index 100% rename from enterprise/cert-manager/0.0.3/README.md rename to enterprise/cert-manager/0.0.4/README.md diff --git a/enterprise/cert-manager/0.0.4/app-changelog.md b/enterprise/cert-manager/0.0.4/app-changelog.md new file mode 100644 index 0000000000..29fb1475a0 --- /dev/null +++ b/enterprise/cert-manager/0.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cert-manager-0.0.4](https://github.com/truecharts/charts/compare/cert-manager-0.0.3...cert-manager-0.0.4) (2023-01-18) + +### Chore + +- pin container image tccr.io/truecharts/scratch to latest + + \ No newline at end of file diff --git a/enterprise/cert-manager/0.0.3/app-readme.md b/enterprise/cert-manager/0.0.4/app-readme.md similarity index 100% rename from enterprise/cert-manager/0.0.3/app-readme.md rename to enterprise/cert-manager/0.0.4/app-readme.md diff --git a/enterprise/cert-manager/0.0.3/charts/common-11.1.2.tgz b/enterprise/cert-manager/0.0.4/charts/common-11.1.2.tgz similarity index 100% rename from enterprise/cert-manager/0.0.3/charts/common-11.1.2.tgz rename to enterprise/cert-manager/0.0.4/charts/common-11.1.2.tgz diff --git a/enterprise/cert-manager/0.0.3/crds/cert-manager.yaml b/enterprise/cert-manager/0.0.4/crds/cert-manager.yaml similarity index 100% rename from enterprise/cert-manager/0.0.3/crds/cert-manager.yaml rename to enterprise/cert-manager/0.0.4/crds/cert-manager.yaml diff --git a/enterprise/cert-manager/0.0.3/ix_values.yaml b/enterprise/cert-manager/0.0.4/ix_values.yaml similarity index 94% rename from enterprise/cert-manager/0.0.3/ix_values.yaml rename to enterprise/cert-manager/0.0.4/ix_values.yaml index 962b963c74..faa056b42a 100644 --- a/enterprise/cert-manager/0.0.3/ix_values.yaml +++ b/enterprise/cert-manager/0.0.4/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/scratch - tag: latest + tag: latest@sha256:b4289ea433ec1308f6f2e8bff3f23bcd52b751ccb691284210ed826385ba9317 pullPolicy: IfNotPresent controller: diff --git a/enterprise/cert-manager/0.0.3/questions.yaml b/enterprise/cert-manager/0.0.4/questions.yaml similarity index 100% rename from enterprise/cert-manager/0.0.3/questions.yaml rename to enterprise/cert-manager/0.0.4/questions.yaml diff --git a/enterprise/cert-manager/0.0.3/templates/_metrics.tpl b/enterprise/cert-manager/0.0.4/templates/_metrics.tpl similarity index 100% rename from enterprise/cert-manager/0.0.3/templates/_metrics.tpl rename to enterprise/cert-manager/0.0.4/templates/_metrics.tpl diff --git a/enterprise/cert-manager/0.0.3/templates/_wait.tpl b/enterprise/cert-manager/0.0.4/templates/_wait.tpl similarity index 100% rename from enterprise/cert-manager/0.0.3/templates/_wait.tpl rename to enterprise/cert-manager/0.0.4/templates/_wait.tpl diff --git a/enterprise/cert-manager/0.0.3/templates/clusterissuer/_ACME.tpl b/enterprise/cert-manager/0.0.4/templates/clusterissuer/_ACME.tpl similarity index 100% rename from enterprise/cert-manager/0.0.3/templates/clusterissuer/_ACME.tpl rename to enterprise/cert-manager/0.0.4/templates/clusterissuer/_ACME.tpl diff --git a/enterprise/cert-manager/0.0.3/templates/clusterissuer/_CA.tpl b/enterprise/cert-manager/0.0.4/templates/clusterissuer/_CA.tpl similarity index 100% rename from enterprise/cert-manager/0.0.3/templates/clusterissuer/_CA.tpl rename to enterprise/cert-manager/0.0.4/templates/clusterissuer/_CA.tpl diff --git a/enterprise/cert-manager/0.0.3/templates/clusterissuer/_selfSigned.tpl b/enterprise/cert-manager/0.0.4/templates/clusterissuer/_selfSigned.tpl similarity index 100% rename from enterprise/cert-manager/0.0.3/templates/clusterissuer/_selfSigned.tpl rename to enterprise/cert-manager/0.0.4/templates/clusterissuer/_selfSigned.tpl diff --git a/enterprise/cert-manager/0.0.3/templates/common.yaml b/enterprise/cert-manager/0.0.4/templates/common.yaml similarity index 100% rename from enterprise/cert-manager/0.0.3/templates/common.yaml rename to enterprise/cert-manager/0.0.4/templates/common.yaml diff --git a/enterprise/cert-manager/0.0.3/values.yaml b/enterprise/cert-manager/0.0.4/values.yaml similarity index 100% rename from enterprise/cert-manager/0.0.3/values.yaml rename to enterprise/cert-manager/0.0.4/values.yaml diff --git a/enterprise/metallb/7.0.8/app-changelog.md b/enterprise/metallb/7.0.8/app-changelog.md deleted file mode 100644 index 5350f1a592..0000000000 --- a/enterprise/metallb/7.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [metallb-7.0.8](https://github.com/truecharts/charts/compare/metallb-7.0.7...metallb-7.0.8) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/enterprise/metallb/7.0.8/CHANGELOG.md b/enterprise/metallb/7.0.9/CHANGELOG.md similarity index 89% rename from enterprise/metallb/7.0.8/CHANGELOG.md rename to enterprise/metallb/7.0.9/CHANGELOG.md index 0c5dcc6591..bc74c73e79 100644 --- a/enterprise/metallb/7.0.8/CHANGELOG.md +++ b/enterprise/metallb/7.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [metallb-7.0.9](https://github.com/truecharts/charts/compare/metallb-7.0.8...metallb-7.0.9) (2023-01-18) + +### Chore + +- pin container image tccr.io/truecharts/scratch to latest + + + + ## [metallb-7.0.8](https://github.com/truecharts/charts/compare/metallb-7.0.7...metallb-7.0.8) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ - -## [metallb-7.0.3](https://github.com/truecharts/charts/compare/metallb-7.0.2...metallb-7.0.3) (2022-11-30) - - - - -## [metallb-7.0.3](https://github.com/truecharts/charts/compare/metallb-7.0.2...metallb-7.0.3) (2022-11-30) - - diff --git a/enterprise/metallb/7.0.8/Chart.yaml b/enterprise/metallb/7.0.9/Chart.yaml similarity index 95% rename from enterprise/metallb/7.0.8/Chart.yaml rename to enterprise/metallb/7.0.9/Chart.yaml index fc5dc7e808..def7757967 100644 --- a/enterprise/metallb/7.0.8/Chart.yaml +++ b/enterprise/metallb/7.0.9/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "upstream" +appVersion: "latest" deprecated: false description: A network load-balancer implementation for Kubernetes using standard routing protocols home: https://truecharts.org/charts/enterprise/metallb @@ -22,7 +22,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 7.0.8 +version: 7.0.9 annotations: truecharts.org/catagories: | - core diff --git a/enterprise/metallb/7.0.8/README.md b/enterprise/metallb/7.0.9/README.md similarity index 100% rename from enterprise/metallb/7.0.8/README.md rename to enterprise/metallb/7.0.9/README.md diff --git a/enterprise/metallb/7.0.9/app-changelog.md b/enterprise/metallb/7.0.9/app-changelog.md new file mode 100644 index 0000000000..5bf82f7028 --- /dev/null +++ b/enterprise/metallb/7.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [metallb-7.0.9](https://github.com/truecharts/charts/compare/metallb-7.0.8...metallb-7.0.9) (2023-01-18) + +### Chore + +- pin container image tccr.io/truecharts/scratch to latest + + \ No newline at end of file diff --git a/enterprise/metallb/7.0.8/app-readme.md b/enterprise/metallb/7.0.9/app-readme.md similarity index 72% rename from enterprise/metallb/7.0.8/app-readme.md rename to enterprise/metallb/7.0.9/app-readme.md index 185713758e..8dc9cad321 100644 --- a/enterprise/metallb/7.0.8/app-readme.md +++ b/enterprise/metallb/7.0.9/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/enterprise/metallb/7.0.8/charts/common-11.1.2.tgz b/enterprise/metallb/7.0.9/charts/common-11.1.2.tgz similarity index 100% rename from enterprise/metallb/7.0.8/charts/common-11.1.2.tgz rename to enterprise/metallb/7.0.9/charts/common-11.1.2.tgz diff --git a/enterprise/metallb/7.0.8/ix_values.yaml b/enterprise/metallb/7.0.9/ix_values.yaml similarity index 90% rename from enterprise/metallb/7.0.8/ix_values.yaml rename to enterprise/metallb/7.0.9/ix_values.yaml index ced0a7d1d5..526778fb5a 100644 --- a/enterprise/metallb/7.0.8/ix_values.yaml +++ b/enterprise/metallb/7.0.9/ix_values.yaml @@ -1,6 +1,6 @@ image: - repository: placeholder - tag: upstream + repository: tccr.io/truecharts/scratch + tag: latest@sha256:b4289ea433ec1308f6f2e8bff3f23bcd52b751ccb691284210ed826385ba9317 pullPolicy: IfNotPresent controller: diff --git a/enterprise/metallb/7.0.8/questions.yaml b/enterprise/metallb/7.0.9/questions.yaml similarity index 100% rename from enterprise/metallb/7.0.8/questions.yaml rename to enterprise/metallb/7.0.9/questions.yaml diff --git a/enterprise/metallb/7.0.8/templates/_bgpadvertisement.tpl b/enterprise/metallb/7.0.9/templates/_bgpadvertisement.tpl similarity index 100% rename from enterprise/metallb/7.0.8/templates/_bgpadvertisement.tpl rename to enterprise/metallb/7.0.9/templates/_bgpadvertisement.tpl diff --git a/enterprise/metallb/7.0.8/templates/_community.tpl b/enterprise/metallb/7.0.9/templates/_community.tpl similarity index 100% rename from enterprise/metallb/7.0.8/templates/_community.tpl rename to enterprise/metallb/7.0.9/templates/_community.tpl diff --git a/enterprise/metallb/7.0.8/templates/_ipaddresspool.tpl b/enterprise/metallb/7.0.9/templates/_ipaddresspool.tpl similarity index 100% rename from enterprise/metallb/7.0.8/templates/_ipaddresspool.tpl rename to enterprise/metallb/7.0.9/templates/_ipaddresspool.tpl diff --git a/enterprise/metallb/7.0.8/templates/_l2advertisement.tpl b/enterprise/metallb/7.0.9/templates/_l2advertisement.tpl similarity index 100% rename from enterprise/metallb/7.0.8/templates/_l2advertisement.tpl rename to enterprise/metallb/7.0.9/templates/_l2advertisement.tpl diff --git a/enterprise/metallb/7.0.8/templates/_peers.tpl b/enterprise/metallb/7.0.9/templates/_peers.tpl similarity index 100% rename from enterprise/metallb/7.0.8/templates/_peers.tpl rename to enterprise/metallb/7.0.9/templates/_peers.tpl diff --git a/enterprise/metallb/7.0.8/templates/_wait.tpl b/enterprise/metallb/7.0.9/templates/_wait.tpl similarity index 100% rename from enterprise/metallb/7.0.8/templates/_wait.tpl rename to enterprise/metallb/7.0.9/templates/_wait.tpl diff --git a/enterprise/metallb/7.0.8/templates/common.yaml b/enterprise/metallb/7.0.9/templates/common.yaml similarity index 100% rename from enterprise/metallb/7.0.8/templates/common.yaml rename to enterprise/metallb/7.0.9/templates/common.yaml diff --git a/enterprise/metallb/7.0.8/values.yaml b/enterprise/metallb/7.0.9/values.yaml similarity index 100% rename from enterprise/metallb/7.0.8/values.yaml rename to enterprise/metallb/7.0.9/values.yaml