diff --git a/incubator/volsync/1.0.5/templates/common.yaml b/incubator/volsync/1.0.5/templates/common.yaml deleted file mode 100644 index 995efb03eb0..00000000000 --- a/incubator/volsync/1.0.5/templates/common.yaml +++ /dev/null @@ -1,5 +0,0 @@ -{{/* Make sure all variables are set properly */}} -{{- include "tc.v1.common.loader.init" . }} - -{{/* Render the templates */}} -{{ include "tc.v1.common.loader.apply" . }} diff --git a/incubator/volsync/1.0.5/.helmignore b/incubator/volsync/1.0.7/.helmignore similarity index 100% rename from incubator/volsync/1.0.5/.helmignore rename to incubator/volsync/1.0.7/.helmignore diff --git a/incubator/volsync/1.0.5/CHANGELOG.md b/incubator/volsync/1.0.7/CHANGELOG.md similarity index 100% rename from incubator/volsync/1.0.5/CHANGELOG.md rename to incubator/volsync/1.0.7/CHANGELOG.md diff --git a/incubator/volsync/1.0.5/Chart.yaml b/incubator/volsync/1.0.7/Chart.yaml similarity index 98% rename from incubator/volsync/1.0.5/Chart.yaml rename to incubator/volsync/1.0.7/Chart.yaml index 21ad76cba2c..29596014111 100644 --- a/incubator/volsync/1.0.5/Chart.yaml +++ b/incubator/volsync/1.0.7/Chart.yaml @@ -37,4 +37,4 @@ sources: - https://quay.io/brancz/kube-rbac-proxy - https://quay.io/backube/volsync type: application -version: 1.0.5 +version: 1.0.7 diff --git a/incubator/volsync/1.0.5/README.md b/incubator/volsync/1.0.7/README.md similarity index 100% rename from incubator/volsync/1.0.5/README.md rename to incubator/volsync/1.0.7/README.md diff --git a/incubator/volsync/1.0.5/app-changelog.md b/incubator/volsync/1.0.7/app-changelog.md similarity index 80% rename from incubator/volsync/1.0.5/app-changelog.md rename to incubator/volsync/1.0.7/app-changelog.md index ef4ea5c90c7..953ec5aabe7 100644 --- a/incubator/volsync/1.0.5/app-changelog.md +++ b/incubator/volsync/1.0.7/app-changelog.md @@ -1,6 +1,6 @@ -## [volsync-1.0.5]volsync-1.0.5 (2024-05-19) +## [volsync-1.0.7]volsync-1.0.7 (2024-05-19) ### Chore @@ -14,6 +14,8 @@ - exclude changelog from pagefind ([#21693](https://github.com/truecharts/charts/issues/21693)) +- remove credentials option for volsync as it has not database or persistence + ### Feat diff --git a/incubator/volsync/1.0.5/app-readme.md b/incubator/volsync/1.0.7/app-readme.md similarity index 100% rename from incubator/volsync/1.0.5/app-readme.md rename to incubator/volsync/1.0.7/app-readme.md diff --git a/incubator/volsync/1.0.5/charts/common-23.0.0.tgz b/incubator/volsync/1.0.7/charts/common-23.0.0.tgz similarity index 100% rename from incubator/volsync/1.0.5/charts/common-23.0.0.tgz rename to incubator/volsync/1.0.7/charts/common-23.0.0.tgz diff --git a/incubator/volsync/1.0.5/icon.webp b/incubator/volsync/1.0.7/icon.webp similarity index 100% rename from incubator/volsync/1.0.5/icon.webp rename to incubator/volsync/1.0.7/icon.webp diff --git a/incubator/volsync/1.0.5/ix_values.yaml b/incubator/volsync/1.0.7/ix_values.yaml similarity index 100% rename from incubator/volsync/1.0.5/ix_values.yaml rename to incubator/volsync/1.0.7/ix_values.yaml diff --git a/incubator/volsync/1.0.5/questions.yaml b/incubator/volsync/1.0.7/questions.yaml similarity index 97% rename from incubator/volsync/1.0.5/questions.yaml rename to incubator/volsync/1.0.7/questions.yaml index 554a8b62778..6a2f07c8860 100755 --- a/incubator/volsync/1.0.5/questions.yaml +++ b/incubator/volsync/1.0.7/questions.yaml @@ -178,77 +178,6 @@ questions: type: boolean default: false - - variable: credentialsList - group: General - label: "Credentials (Experimental)" - schema: - type: list - default: [] - items: - - variable: credentialsEntry - label: "Enter Credentials" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: "Name" - schema: - type: string - required: true - default: "" - - variable: type - label: Type - description: "Type of Credential" - schema: - type: string - default: "s3" - enum: - - value: s3 - description: s3 Storage - - variable: url - label: "url" - schema: - type: string - default: "" - required: true - - variable: path - label: "path" - description: "Path Prefix not needed for most cases" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - required: true - - variable: accessKey - label: "accessKey" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - required: true - - variable: secretKey - label: "secretKey" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - required: true - - variable: encrKey - label: "encrKey" - description: "The Encryption key is needed for tools like volsync if not needed it will be ignored" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "MYSECRETPASSPHRASE" - required: true - - variable: workload group: "Workload" label: "" diff --git a/incubator/volsync/1.0.5/templates/NOTES.txt b/incubator/volsync/1.0.7/templates/NOTES.txt similarity index 100% rename from incubator/volsync/1.0.5/templates/NOTES.txt rename to incubator/volsync/1.0.7/templates/NOTES.txt diff --git a/incubator/volsync/1.0.7/templates/common.yaml b/incubator/volsync/1.0.7/templates/common.yaml new file mode 100644 index 00000000000..63bd6ffa80e --- /dev/null +++ b/incubator/volsync/1.0.7/templates/common.yaml @@ -0,0 +1,9 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{- if or .Values.credentials .Values.credentialsList }} +{{- fail "Don't try to add credenatials to VolSync, add them to the individual charts using VolSync" }} +{{- end }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/incubator/volsync/1.0.5/templates/volsync.backube_replicationdestinations.yaml b/incubator/volsync/1.0.7/templates/volsync.backube_replicationdestinations.yaml similarity index 100% rename from incubator/volsync/1.0.5/templates/volsync.backube_replicationdestinations.yaml rename to incubator/volsync/1.0.7/templates/volsync.backube_replicationdestinations.yaml diff --git a/incubator/volsync/1.0.5/templates/volsync.backube_replicationsources.yaml b/incubator/volsync/1.0.7/templates/volsync.backube_replicationsources.yaml similarity index 100% rename from incubator/volsync/1.0.5/templates/volsync.backube_replicationsources.yaml rename to incubator/volsync/1.0.7/templates/volsync.backube_replicationsources.yaml diff --git a/incubator/volsync/1.0.5/values.yaml b/incubator/volsync/1.0.7/values.yaml similarity index 100% rename from incubator/volsync/1.0.5/values.yaml rename to incubator/volsync/1.0.7/values.yaml diff --git a/system/cloudnative-pg/7.0.3/charts/common-22.0.3.tgz b/system/cloudnative-pg/7.0.3/charts/common-22.0.3.tgz deleted file mode 100644 index d5b19af2e0b..00000000000 Binary files a/system/cloudnative-pg/7.0.3/charts/common-22.0.3.tgz and /dev/null differ diff --git a/system/cloudnative-pg/7.0.3/templates/common.yaml b/system/cloudnative-pg/7.0.3/templates/common.yaml deleted file mode 100644 index 995efb03eb0..00000000000 --- a/system/cloudnative-pg/7.0.3/templates/common.yaml +++ /dev/null @@ -1,5 +0,0 @@ -{{/* Make sure all variables are set properly */}} -{{- include "tc.v1.common.loader.init" . }} - -{{/* Render the templates */}} -{{ include "tc.v1.common.loader.apply" . }} diff --git a/system/cloudnative-pg/7.0.3/.helmignore b/system/cloudnative-pg/7.0.5/.helmignore similarity index 100% rename from system/cloudnative-pg/7.0.3/.helmignore rename to system/cloudnative-pg/7.0.5/.helmignore diff --git a/system/cloudnative-pg/7.0.3/CHANGELOG.md b/system/cloudnative-pg/7.0.5/CHANGELOG.md similarity index 100% rename from system/cloudnative-pg/7.0.3/CHANGELOG.md rename to system/cloudnative-pg/7.0.5/CHANGELOG.md diff --git a/system/cloudnative-pg/7.0.3/Chart.yaml b/system/cloudnative-pg/7.0.5/Chart.yaml similarity index 97% rename from system/cloudnative-pg/7.0.3/Chart.yaml rename to system/cloudnative-pg/7.0.5/Chart.yaml index 7d9bc7d0d61..a955fd00cd9 100644 --- a/system/cloudnative-pg/7.0.3/Chart.yaml +++ b/system/cloudnative-pg/7.0.5/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 22.0.3 + version: 23.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/cloudnative-pg - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 7.0.3 +version: 7.0.5 diff --git a/system/cloudnative-pg/7.0.3/README.md b/system/cloudnative-pg/7.0.5/README.md similarity index 100% rename from system/cloudnative-pg/7.0.3/README.md rename to system/cloudnative-pg/7.0.5/README.md diff --git a/system/cloudnative-pg/7.0.3/app-changelog.md b/system/cloudnative-pg/7.0.5/app-changelog.md similarity index 90% rename from system/cloudnative-pg/7.0.3/app-changelog.md rename to system/cloudnative-pg/7.0.5/app-changelog.md index fd5e4ec855e..ee9318992dd 100644 --- a/system/cloudnative-pg/7.0.3/app-changelog.md +++ b/system/cloudnative-pg/7.0.5/app-changelog.md @@ -1,6 +1,6 @@ -## [cloudnative-pg-7.0.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-7.0.3) (2024-04-30) +## [cloudnative-pg-7.0.5](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-7.0.5) (2024-05-19) ### Chore @@ -8,29 +8,33 @@ - bump charts to release new docs to fix broken links +- bump common to release improved checks on volsync and cnpg ([#21454](https://github.com/truecharts/charts/issues/21454)) + - bump common - bump charts to ensure new icons are released - bump everything to regenerate readme's and site index +- bump CloudNative-PG to release idiotproofing credentials + - bump everything to release new doc pages - update groups html ([#21121](https://github.com/truecharts/charts/issues/21121)) - bump correctly -- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) +- update helm chart cloudnative-pg to 0.21.0 by renovate ([#21335](https://github.com/truecharts/charts/issues/21335)) - update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334)) - update container image common to v20.3.11[@dae6129](https://github.com/dae6129) by renovate ([#20875](https://github.com/truecharts/charts/issues/20875)) -- update container image common to v20.3.12[@3303278](https://github.com/3303278) by renovate ([#21384](https://github.com/truecharts/charts/issues/21384)) +- update helm chart cloudnative-pg to 0.21.0 by renovate ([#21431](https://github.com/truecharts/charts/issues/21431)) - update container image common to v20.3.7[@8cf9fc9](https://github.com/8cf9fc9) by renovate ([#20819](https://github.com/truecharts/charts/issues/20819)) -- update helm chart cloudnative-pg to 0.21.0 by renovate ([#21431](https://github.com/truecharts/charts/issues/21431)) +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) @@ -38,7 +42,7 @@ - update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478)) -- update helm chart cloudnative-pg to 0.21.0 by renovate ([#21335](https://github.com/truecharts/charts/issues/21335)) +- update container image common to v20.3.12[@3303278](https://github.com/3303278) by renovate ([#21384](https://github.com/truecharts/charts/issues/21384)) - update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) @@ -58,6 +62,8 @@ +- remove credentials from CNPG chart + - rework SCALE catagories/groups to match helm and remove deprecated charts ([#21111](https://github.com/truecharts/charts/issues/21111)) ### Feat diff --git a/system/cloudnative-pg/7.0.3/app-readme.md b/system/cloudnative-pg/7.0.5/app-readme.md similarity index 100% rename from system/cloudnative-pg/7.0.3/app-readme.md rename to system/cloudnative-pg/7.0.5/app-readme.md diff --git a/system/cloudnative-pg/7.0.3/charts/cloudnative-pg-0.20.2.tgz b/system/cloudnative-pg/7.0.5/charts/cloudnative-pg-0.20.2.tgz similarity index 100% rename from system/cloudnative-pg/7.0.3/charts/cloudnative-pg-0.20.2.tgz rename to system/cloudnative-pg/7.0.5/charts/cloudnative-pg-0.20.2.tgz diff --git a/system/cloudnative-pg/7.0.5/charts/common-23.0.0.tgz b/system/cloudnative-pg/7.0.5/charts/common-23.0.0.tgz new file mode 100644 index 00000000000..0622a806d94 Binary files /dev/null and b/system/cloudnative-pg/7.0.5/charts/common-23.0.0.tgz differ diff --git a/system/cloudnative-pg/7.0.3/icon-small.webp b/system/cloudnative-pg/7.0.5/icon-small.webp similarity index 100% rename from system/cloudnative-pg/7.0.3/icon-small.webp rename to system/cloudnative-pg/7.0.5/icon-small.webp diff --git a/system/cloudnative-pg/7.0.3/icon.webp b/system/cloudnative-pg/7.0.5/icon.webp similarity index 100% rename from system/cloudnative-pg/7.0.3/icon.webp rename to system/cloudnative-pg/7.0.5/icon.webp diff --git a/system/cloudnative-pg/7.0.3/ix_values.yaml b/system/cloudnative-pg/7.0.5/ix_values.yaml similarity index 100% rename from system/cloudnative-pg/7.0.3/ix_values.yaml rename to system/cloudnative-pg/7.0.5/ix_values.yaml diff --git a/system/cloudnative-pg/7.0.3/questions.yaml b/system/cloudnative-pg/7.0.5/questions.yaml similarity index 74% rename from system/cloudnative-pg/7.0.3/questions.yaml rename to system/cloudnative-pg/7.0.5/questions.yaml index e035f7609f2..6df24f557d0 100755 --- a/system/cloudnative-pg/7.0.3/questions.yaml +++ b/system/cloudnative-pg/7.0.5/questions.yaml @@ -177,81 +177,3 @@ questions: type: boolean default: false - - variable: credentialsList - group: General - label: "Credentials (Experimental)" - schema: - type: list - default: [] - items: - - variable: credentialsEntry - label: "Enter Credentials" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: "Name" - schema: - type: string - required: true - default: "" - - variable: type - label: Type - description: "Type of Credential" - schema: - type: string - default: "s3" - enum: - - value: s3 - description: s3 Storage - - variable: url - label: "url" - schema: - type: string - default: "" - required: true - - variable: path - label: "path" - description: "Path Prefix not needed for most cases" - schema: - type: string - default: "" - - variable: region - label: "region" - description: "region is primarily for AWS not needed for most cases" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - required: true - - variable: accessKey - label: "accessKey" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - required: true - - variable: secretKey - label: "secretKey" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - required: true - - variable: encrKey - label: "encrKey" - description: "The Encryption key is needed for tools like volsync if not needed it will be ignored" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "MYSECRETPASSPHRASE" - required: true - diff --git a/system/cloudnative-pg/7.0.3/templates/NOTES.txt b/system/cloudnative-pg/7.0.5/templates/NOTES.txt similarity index 100% rename from system/cloudnative-pg/7.0.3/templates/NOTES.txt rename to system/cloudnative-pg/7.0.5/templates/NOTES.txt diff --git a/system/cloudnative-pg/7.0.5/templates/common.yaml b/system/cloudnative-pg/7.0.5/templates/common.yaml new file mode 100644 index 00000000000..eadf5a1c2c5 --- /dev/null +++ b/system/cloudnative-pg/7.0.5/templates/common.yaml @@ -0,0 +1,9 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{- if or .Values.credentials .Values.credentialsList }} +{{- fail "Don't try to add credenatials to CloudNative-PG, add them to the individual charts using CloudNative-PG" }} +{{- end }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/system/cloudnative-pg/7.0.3/values.yaml b/system/cloudnative-pg/7.0.5/values.yaml similarity index 100% rename from system/cloudnative-pg/7.0.3/values.yaml rename to system/cloudnative-pg/7.0.5/values.yaml