From 30c892f4bb8495c096a3ad0924a794daf75a885e Mon Sep 17 00:00:00 2001 From: Lex Rivera Date: Mon, 29 Nov 2021 21:39:37 +0300 Subject: [PATCH] update cloudflare-tunnel, parca and pyrra upstream images versions --- charts/cloudflare-tunnel/Chart.yaml | 4 ++-- charts/cloudflare-tunnel/README.md | 4 ++-- charts/parca/Chart.yaml | 4 ++-- charts/parca/values.yaml | 4 ++-- charts/pyrra/Chart.yaml | 4 ++-- charts/pyrra/values.yaml | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/cloudflare-tunnel/Chart.yaml b/charts/cloudflare-tunnel/Chart.yaml index e0ea96653..7237683e2 100644 --- a/charts/cloudflare-tunnel/Chart.yaml +++ b/charts/cloudflare-tunnel/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2021.10.5" +appVersion: "2021.11.0" diff --git a/charts/cloudflare-tunnel/README.md b/charts/cloudflare-tunnel/README.md index 55683d79b..77a01d09e 100644 --- a/charts/cloudflare-tunnel/README.md +++ b/charts/cloudflare-tunnel/README.md @@ -1,6 +1,6 @@ # cloudflare-tunnel -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.4.0](https://img.shields.io/badge/AppVersion-2021.4.0-informational?style=flat-square) +![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2021.11.0](https://img.shields.io/badge/AppVersion-2021.11.0-informational?style=flat-square) ### Usage @@ -49,7 +49,7 @@ This config will configure cloudflared to use tunnel with id 70ad5745-dbdd-427a- Additionally, it will configure serviceMonitor for prometheus-operator. In case you do not use operator, and want to use annotations, metrics are on port 2000 of pod. -For more settings of ingresses please consult [https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/configuration-file/ingress](official cloudflare docs) +For more settings of ingresses please consult [official cloudflare docs](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/configuration-file/ingress) ## Values diff --git a/charts/parca/Chart.yaml b/charts/parca/Chart.yaml index feb0b7722..3cc4996f0 100644 --- a/charts/parca/Chart.yaml +++ b/charts/parca/Chart.yaml @@ -20,10 +20,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.2 +version: 1.2.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.3.0" +appVersion: "v0.5.0" diff --git a/charts/parca/values.yaml b/charts/parca/values.yaml index 23201a197..ecb8eaa48 100644 --- a/charts/parca/values.yaml +++ b/charts/parca/values.yaml @@ -14,7 +14,7 @@ agent: # -- Overrides pullpolicy pullPolicy: IfNotPresent # -- Overrides the image tag - tag: "v0.2.0" + tag: "v0.3.0" # -- Path to host docker/containerd/crio socket socketPath: /run/containerd/containerd.sock # -- Agent log level @@ -55,7 +55,7 @@ server: # -- Overrides pull policy for server pullPolicy: IfNotPresent # -- Overrides the image tag for server - tag: "v0.3.0" + tag: "v0.5.0" # -- Sets retention period for server TSDB retentionTime: 6h # -- logging level of parca server diff --git a/charts/pyrra/Chart.yaml b/charts/pyrra/Chart.yaml index 5fe0fe277..23e9f573c 100644 --- a/charts/pyrra/Chart.yaml +++ b/charts/pyrra/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.1.0" +appVersion: "v0.2.0" diff --git a/charts/pyrra/values.yaml b/charts/pyrra/values.yaml index 3672f9724..d0858220e 100644 --- a/charts/pyrra/values.yaml +++ b/charts/pyrra/values.yaml @@ -14,12 +14,12 @@ image: tag: "" serviceAccount: - # Specifies whether a service account should be created + # -- Specifies whether a service account should be created create: true - # Annotations to add to the service account + # -- Annotations to add to the service account annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template + # -- The name of the service account to use. + # -- If not set and create is true, a name is generated using the fullname template name: "" # -- additional annotations for server pod