diff --git a/stable/ipfs/5.0.11/app-changelog.md b/stable/ipfs/5.0.11/app-changelog.md deleted file mode 100644 index ab6b5a5fee3..00000000000 --- a/stable/ipfs/5.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ipfs-5.0.11](https://github.com/truecharts/charts/compare/ipfs-5.0.10...ipfs-5.0.11) (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/stable/ipfs/5.0.11/CHANGELOG.md b/stable/ipfs/5.0.12/CHANGELOG.md similarity index 89% rename from stable/ipfs/5.0.11/CHANGELOG.md rename to stable/ipfs/5.0.12/CHANGELOG.md index 4a390d3cbb5..5c0f51e8bd7 100644 --- a/stable/ipfs/5.0.11/CHANGELOG.md +++ b/stable/ipfs/5.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ipfs-5.0.12](https://github.com/truecharts/charts/compare/ipfs-5.0.11...ipfs-5.0.12) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/ipfs to v0.18.1 + + + + ## [ipfs-5.0.11](https://github.com/truecharts/charts/compare/ipfs-5.0.10...ipfs-5.0.11) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ - -## [ipfs-5.0.6](https://github.com/truecharts/charts/compare/ipfs-5.0.5...ipfs-5.0.6) (2022-11-30) - - - - -## [ipfs-5.0.6](https://github.com/truecharts/charts/compare/ipfs-5.0.5...ipfs-5.0.6) (2022-11-30) - - diff --git a/stable/ipfs/5.0.11/Chart.yaml b/stable/ipfs/5.0.12/Chart.yaml similarity index 95% rename from stable/ipfs/5.0.11/Chart.yaml rename to stable/ipfs/5.0.12/Chart.yaml index 0835744d190..e112b382ceb 100644 --- a/stable/ipfs/5.0.11/Chart.yaml +++ b/stable/ipfs/5.0.12/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.17.0" +appVersion: "0.18.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ sources: - https://hub.docker.com/r/ipfs/kubo/ - https://github.com/ipfs/kubo type: application -version: 5.0.11 +version: 5.0.12 annotations: truecharts.org/catagories: | - storage diff --git a/stable/ipfs/5.0.11/README.md b/stable/ipfs/5.0.12/README.md similarity index 100% rename from stable/ipfs/5.0.11/README.md rename to stable/ipfs/5.0.12/README.md diff --git a/stable/ipfs/5.0.12/app-changelog.md b/stable/ipfs/5.0.12/app-changelog.md new file mode 100644 index 00000000000..149da236b2f --- /dev/null +++ b/stable/ipfs/5.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ipfs-5.0.12](https://github.com/truecharts/charts/compare/ipfs-5.0.11...ipfs-5.0.12) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/ipfs to v0.18.1 + + \ No newline at end of file diff --git a/stable/ipfs/5.0.11/app-readme.md b/stable/ipfs/5.0.12/app-readme.md similarity index 70% rename from stable/ipfs/5.0.11/app-readme.md rename to stable/ipfs/5.0.12/app-readme.md index 791b81c1b0c..59d461a8d9e 100644 --- a/stable/ipfs/5.0.11/app-readme.md +++ b/stable/ipfs/5.0.12/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/stable/ipfs/5.0.11/charts/common-11.1.2.tgz b/stable/ipfs/5.0.12/charts/common-11.1.2.tgz similarity index 100% rename from stable/ipfs/5.0.11/charts/common-11.1.2.tgz rename to stable/ipfs/5.0.12/charts/common-11.1.2.tgz diff --git a/stable/ipfs/5.0.11/ix_values.yaml b/stable/ipfs/5.0.12/ix_values.yaml similarity index 92% rename from stable/ipfs/5.0.11/ix_values.yaml rename to stable/ipfs/5.0.12/ix_values.yaml index 5a3d2ced293..7fc6807658f 100644 --- a/stable/ipfs/5.0.11/ix_values.yaml +++ b/stable/ipfs/5.0.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ipfs pullPolicy: IfNotPresent - tag: 0.17.0@sha256:294f79a60603063337af861821880668f1e51ecd0b1d926e774f4f34d2421241 + tag: 0.18.1@sha256:933b164fb4bfc649c1374c7db6e513c367985c7305bdad3e079ea534f7f28bc0 securityContext: runAsNonRoot: false diff --git a/stable/ipfs/5.0.11/questions.yaml b/stable/ipfs/5.0.12/questions.yaml similarity index 95% rename from stable/ipfs/5.0.11/questions.yaml rename to stable/ipfs/5.0.12/questions.yaml index cb82d7fc1d5..bc2069ab10f 100644 --- a/stable/ipfs/5.0.11/questions.yaml +++ b/stable/ipfs/5.0.12/questions.yaml @@ -1017,10 +1017,17 @@ questions: type: string required: true default: Prefix + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list + show_if: [["clusterIssuer", "=", ""]] default: [] items: - variable: tlsEntry @@ -1041,12 +1048,26 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: string + default: "" - variable: entrypoint label: (Advanced) Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -1158,11 +1179,18 @@ questions: label: Service Port schema: type: int + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list default: [] + show_if: [["clusterIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -1182,12 +1210,25 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -1414,58 +1455,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/stable/ipfs/5.0.11/templates/common.yaml b/stable/ipfs/5.0.12/templates/common.yaml similarity index 100% rename from stable/ipfs/5.0.11/templates/common.yaml rename to stable/ipfs/5.0.12/templates/common.yaml diff --git a/stable/ipfs/5.0.11/values.yaml b/stable/ipfs/5.0.12/values.yaml similarity index 100% rename from stable/ipfs/5.0.11/values.yaml rename to stable/ipfs/5.0.12/values.yaml