diff --git a/stable/redmine/6.0.2/app-changelog.md b/stable/redmine/6.0.2/app-changelog.md deleted file mode 100644 index a838f2b0d3e..00000000000 --- a/stable/redmine/6.0.2/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [redmine-6.0.2](https://github.com/truecharts/charts/compare/redmine-6.0.0...redmine-6.0.2) (2022-11-15) - -### Chore - -- update helm general non-major ([#4471](https://github.com/truecharts/charts/issues/4471)) - - update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/stable/redmine/6.0.2/CHANGELOG.md b/stable/redmine/6.0.3/CHANGELOG.md similarity index 100% rename from stable/redmine/6.0.2/CHANGELOG.md rename to stable/redmine/6.0.3/CHANGELOG.md diff --git a/stable/redmine/6.0.2/Chart.yaml b/stable/redmine/6.0.3/Chart.yaml similarity index 98% rename from stable/redmine/6.0.2/Chart.yaml rename to stable/redmine/6.0.3/Chart.yaml index 1d3feb699fb..e239dcea891 100644 --- a/stable/redmine/6.0.2/Chart.yaml +++ b/stable/redmine/6.0.3/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "5.0.3" kubeVersion: ">=1.16.0-0" -version: 6.0.2 +version: 6.0.3 name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application diff --git a/stable/redmine/6.0.2/README.md b/stable/redmine/6.0.3/README.md similarity index 100% rename from stable/redmine/6.0.2/README.md rename to stable/redmine/6.0.3/README.md diff --git a/stable/redmine/6.0.3/app-changelog.md b/stable/redmine/6.0.3/app-changelog.md new file mode 100644 index 00000000000..6193c41540d --- /dev/null +++ b/stable/redmine/6.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redmine-6.0.3](https://github.com/truecharts/charts/compare/redmine-6.0.2...redmine-6.0.3) (2022-11-17) + +### Chore + +- update container image tccr.io/truecharts/redmine to 5.0.3 + + \ No newline at end of file diff --git a/stable/redmine/6.0.2/app-readme.md b/stable/redmine/6.0.3/app-readme.md similarity index 100% rename from stable/redmine/6.0.2/app-readme.md rename to stable/redmine/6.0.3/app-readme.md diff --git a/stable/redmine/6.0.2/charts/common-11.0.3.tgz b/stable/redmine/6.0.3/charts/common-11.0.3.tgz similarity index 100% rename from stable/redmine/6.0.2/charts/common-11.0.3.tgz rename to stable/redmine/6.0.3/charts/common-11.0.3.tgz diff --git a/stable/redmine/6.0.2/charts/postgresql-10.0.2.tgz b/stable/redmine/6.0.3/charts/postgresql-10.0.2.tgz similarity index 100% rename from stable/redmine/6.0.2/charts/postgresql-10.0.2.tgz rename to stable/redmine/6.0.3/charts/postgresql-10.0.2.tgz diff --git a/stable/redmine/6.0.2/ix_values.yaml b/stable/redmine/6.0.3/ix_values.yaml similarity index 93% rename from stable/redmine/6.0.2/ix_values.yaml rename to stable/redmine/6.0.3/ix_values.yaml index f19d5ec9402..eb117698169 100644 --- a/stable/redmine/6.0.2/ix_values.yaml +++ b/stable/redmine/6.0.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/redmine pullPolicy: IfNotPresent - tag: 5.0.3@sha256:92748b4e9ccafbf28d995fc351a396900010de8d4c00209f249e583647b7a818 + tag: 5.0.3@sha256:838237794e719634e994e220aacafd16c0fa9ce6fcebe90525c53dbb34a37fe3 env: REDMINE_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}" diff --git a/stable/redmine/6.0.2/questions.yaml b/stable/redmine/6.0.3/questions.yaml similarity index 100% rename from stable/redmine/6.0.2/questions.yaml rename to stable/redmine/6.0.3/questions.yaml diff --git a/stable/redmine/6.0.2/templates/_secrets.tpl b/stable/redmine/6.0.3/templates/_secrets.tpl similarity index 100% rename from stable/redmine/6.0.2/templates/_secrets.tpl rename to stable/redmine/6.0.3/templates/_secrets.tpl diff --git a/stable/redmine/6.0.2/templates/common.yaml b/stable/redmine/6.0.3/templates/common.yaml similarity index 100% rename from stable/redmine/6.0.2/templates/common.yaml rename to stable/redmine/6.0.3/templates/common.yaml diff --git a/stable/redmine/6.0.2/values.yaml b/stable/redmine/6.0.3/values.yaml similarity index 100% rename from stable/redmine/6.0.2/values.yaml rename to stable/redmine/6.0.3/values.yaml