diff --git a/dependency/promtail/6.0.11/app-changelog.md b/dependency/promtail/6.0.11/app-changelog.md deleted file mode 100644 index 140673e507..0000000000 --- a/dependency/promtail/6.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [promtail-6.0.11](https://github.com/truecharts/charts/compare/promtail-6.0.10...promtail-6.0.11) (2023-01-15) - -### Fix - -- don't run manifest Manager on most dependency apps. ([#6384](https://github.com/truecharts/charts/issues/6384)) - - \ No newline at end of file diff --git a/dependency/promtail/6.0.11/CHANGELOG.md b/dependency/promtail/6.0.12/CHANGELOG.md similarity index 91% rename from dependency/promtail/6.0.11/CHANGELOG.md rename to dependency/promtail/6.0.12/CHANGELOG.md index e721421978..25ea33ba19 100644 --- a/dependency/promtail/6.0.11/CHANGELOG.md +++ b/dependency/promtail/6.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [promtail-6.0.12](https://github.com/truecharts/charts/compare/promtail-6.0.11...promtail-6.0.12) (2023-01-30) + +### Chore + +- update container image ghcr.io/truecharts/promtail to v2.7.2 + + + + ## [promtail-6.0.11](https://github.com/truecharts/charts/compare/promtail-6.0.10...promtail-6.0.11) (2023-01-15) ### Fix @@ -88,12 +97,3 @@ ## [promtail-6.0.1](https://github.com/truecharts/charts/compare/promtail-6.0.0...promtail-6.0.1) (2022-11-29) - - - - -## [promtail-6.0.1](https://github.com/truecharts/charts/compare/promtail-6.0.0...promtail-6.0.1) (2022-11-29) - - - - diff --git a/dependency/promtail/6.0.11/Chart.yaml b/dependency/promtail/6.0.12/Chart.yaml similarity index 96% rename from dependency/promtail/6.0.11/Chart.yaml rename to dependency/promtail/6.0.12/Chart.yaml index 1d52fa6dcc..61927ab978 100644 --- a/dependency/promtail/6.0.11/Chart.yaml +++ b/dependency/promtail/6.0.12/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 @@ -23,7 +23,7 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 6.0.11 +version: 6.0.12 annotations: truecharts.org/catagories: | - metrics diff --git a/dependency/promtail/6.0.11/README.md b/dependency/promtail/6.0.12/README.md similarity index 100% rename from dependency/promtail/6.0.11/README.md rename to dependency/promtail/6.0.12/README.md diff --git a/dependency/promtail/6.0.12/app-changelog.md b/dependency/promtail/6.0.12/app-changelog.md new file mode 100644 index 0000000000..5b2b3c3aed --- /dev/null +++ b/dependency/promtail/6.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [promtail-6.0.12](https://github.com/truecharts/charts/compare/promtail-6.0.11...promtail-6.0.12) (2023-01-30) + +### Chore + +- update container image ghcr.io/truecharts/promtail to v2.7.2 + + \ No newline at end of file diff --git a/dependency/promtail/6.0.11/app-readme.md b/dependency/promtail/6.0.12/app-readme.md similarity index 100% rename from dependency/promtail/6.0.11/app-readme.md rename to dependency/promtail/6.0.12/app-readme.md diff --git a/dependency/promtail/6.0.11/charts/common-11.1.2.tgz b/dependency/promtail/6.0.12/charts/common-11.1.2.tgz similarity index 100% rename from dependency/promtail/6.0.11/charts/common-11.1.2.tgz rename to dependency/promtail/6.0.12/charts/common-11.1.2.tgz diff --git a/dependency/promtail/6.0.11/ix_values.yaml b/dependency/promtail/6.0.12/ix_values.yaml similarity index 98% rename from dependency/promtail/6.0.11/ix_values.yaml rename to dependency/promtail/6.0.12/ix_values.yaml index c39c750a38..c8ca77a778 100644 --- a/dependency/promtail/6.0.11/ix_values.yaml +++ b/dependency/promtail/6.0.12/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/truecharts/promtail - tag: 2.7.1@sha256:94be035cd342c5d4a088394fd68e3bb3f1071eeb1ab20aeb1886b7f14d842cce + tag: 2.7.2@sha256:ab05840baa6e12a4104a9579edb983ae3932252d98e16f67571da4b79bba8af2 # controller: # # -- Set the controller type. diff --git a/dependency/promtail/6.0.11/questions.yaml b/dependency/promtail/6.0.12/questions.yaml similarity index 92% rename from dependency/promtail/6.0.11/questions.yaml rename to dependency/promtail/6.0.12/questions.yaml index 8da5bcdb38..e130a7d3d9 100644 --- a/dependency/promtail/6.0.11/questions.yaml +++ b/dependency/promtail/6.0.12/questions.yaml @@ -463,10 +463,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 @@ -487,12 +494,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 @@ -604,11 +625,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 @@ -628,12 +656,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 @@ -654,58 +695,58 @@ questions: type: string default: "" required: true - - 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/dependency/promtail/6.0.11/templates/_servicemonitor.tpl b/dependency/promtail/6.0.12/templates/_servicemonitor.tpl similarity index 100% rename from dependency/promtail/6.0.11/templates/_servicemonitor.tpl rename to dependency/promtail/6.0.12/templates/_servicemonitor.tpl diff --git a/dependency/promtail/6.0.11/templates/common.yaml b/dependency/promtail/6.0.12/templates/common.yaml similarity index 100% rename from dependency/promtail/6.0.11/templates/common.yaml rename to dependency/promtail/6.0.12/templates/common.yaml diff --git a/dependency/promtail/6.0.11/values.yaml b/dependency/promtail/6.0.12/values.yaml similarity index 100% rename from dependency/promtail/6.0.11/values.yaml rename to dependency/promtail/6.0.12/values.yaml