diff --git a/stable/loki/9.0.9/CHANGELOG.md b/stable/loki/9.0.10/CHANGELOG.md similarity index 90% rename from stable/loki/9.0.9/CHANGELOG.md rename to stable/loki/9.0.10/CHANGELOG.md index f068c2fbd7..10da2157b1 100644 --- a/stable/loki/9.0.9/CHANGELOG.md +++ b/stable/loki/9.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [loki-9.0.10](https://github.com/truecharts/charts/compare/loki-9.0.9...loki-9.0.10) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/loki to v2.7.2 + + + + ## [loki-9.0.9](https://github.com/truecharts/charts/compare/loki-9.0.8...loki-9.0.9) (2023-01-17) ### Chore @@ -88,12 +97,3 @@ ## [loki-8.0.4](https://github.com/truecharts/charts/compare/loki-8.0.3...loki-8.0.4) (2022-11-30) - - - -## [loki-8.0.4](https://github.com/truecharts/charts/compare/loki-8.0.3...loki-8.0.4) (2022-11-30) - - - - -## [loki-8.0.4](https://github.com/truecharts/charts/compare/loki-8.0.3...loki-8.0.4) (2022-11-30) diff --git a/stable/loki/9.0.9/Chart.yaml b/stable/loki/9.0.10/Chart.yaml similarity index 95% rename from stable/loki/9.0.9/Chart.yaml rename to stable/loki/9.0.10/Chart.yaml index eb092a0ffa..4a236864ce 100644 --- a/stable/loki/9.0.9/Chart.yaml +++ b/stable/loki/9.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.7.1" +appVersion: "2.7.2" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/loki - https://github.com/grafana/loki type: application -version: 9.0.9 +version: 9.0.10 annotations: truecharts.org/catagories: | - logs diff --git a/stable/loki/9.0.9/README.md b/stable/loki/9.0.10/README.md similarity index 100% rename from stable/loki/9.0.9/README.md rename to stable/loki/9.0.10/README.md diff --git a/stable/loki/9.0.10/app-changelog.md b/stable/loki/9.0.10/app-changelog.md new file mode 100644 index 0000000000..e98e00184d --- /dev/null +++ b/stable/loki/9.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [loki-9.0.10](https://github.com/truecharts/charts/compare/loki-9.0.9...loki-9.0.10) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/loki to v2.7.2 + + \ No newline at end of file diff --git a/stable/loki/9.0.9/app-readme.md b/stable/loki/9.0.10/app-readme.md similarity index 100% rename from stable/loki/9.0.9/app-readme.md rename to stable/loki/9.0.10/app-readme.md diff --git a/stable/loki/9.0.9/charts/common-11.1.2.tgz b/stable/loki/9.0.10/charts/common-11.1.2.tgz similarity index 100% rename from stable/loki/9.0.9/charts/common-11.1.2.tgz rename to stable/loki/9.0.10/charts/common-11.1.2.tgz diff --git a/stable/loki/9.0.9/charts/promtail-6.0.11.tgz b/stable/loki/9.0.10/charts/promtail-6.0.11.tgz similarity index 100% rename from stable/loki/9.0.9/charts/promtail-6.0.11.tgz rename to stable/loki/9.0.10/charts/promtail-6.0.11.tgz diff --git a/stable/loki/9.0.9/ix_values.yaml b/stable/loki/9.0.10/ix_values.yaml similarity index 97% rename from stable/loki/9.0.9/ix_values.yaml rename to stable/loki/9.0.10/ix_values.yaml index 9ef6b186b4..14094745ff 100644 --- a/stable/loki/9.0.9/ix_values.yaml +++ b/stable/loki/9.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/loki pullPolicy: IfNotPresent - tag: 2.7.1@sha256:a94fe45062e6dfefeb9b9363e266744a6b43449f47521f8676d755462be2d872 + tag: 2.7.2@sha256:ced90f88daba1137ee81343778314ffc61ba4870ab40c3e8b19b38d22707653e controller: # -- Set the controller type. diff --git a/stable/loki/9.0.9/questions.yaml b/stable/loki/9.0.10/questions.yaml similarity index 94% rename from stable/loki/9.0.9/questions.yaml rename to stable/loki/9.0.10/questions.yaml index b3f016eb0f..b6400c1e97 100644 --- a/stable/loki/9.0.9/questions.yaml +++ b/stable/loki/9.0.10/questions.yaml @@ -681,10 +681,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 @@ -705,12 +712,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 @@ -822,11 +843,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 @@ -846,12 +874,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 @@ -1078,58 +1119,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/loki/9.0.9/templates/_helpers.tpl b/stable/loki/9.0.10/templates/_helpers.tpl similarity index 100% rename from stable/loki/9.0.9/templates/_helpers.tpl rename to stable/loki/9.0.10/templates/_helpers.tpl diff --git a/stable/loki/9.0.9/templates/common.yaml b/stable/loki/9.0.10/templates/common.yaml similarity index 100% rename from stable/loki/9.0.9/templates/common.yaml rename to stable/loki/9.0.10/templates/common.yaml diff --git a/stable/loki/9.0.9/values.yaml b/stable/loki/9.0.10/values.yaml similarity index 100% rename from stable/loki/9.0.9/values.yaml rename to stable/loki/9.0.10/values.yaml diff --git a/stable/loki/9.0.9/app-changelog.md b/stable/loki/9.0.9/app-changelog.md deleted file mode 100644 index 6b51c84993..0000000000 --- a/stable/loki/9.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [loki-9.0.9](https://github.com/truecharts/charts/compare/loki-9.0.8...loki-9.0.9) (2023-01-17) - -### Chore - -- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430)) - - \ No newline at end of file