Skip to content

Commit

Permalink
update cloudflare-tunnel, parca and pyrra upstream images versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rlex committed Nov 29, 2021
1 parent a926710 commit 30c892f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/cloudflare-tunnel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/cloudflare-tunnel/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/parca/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/parca/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/pyrra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 4 additions & 4 deletions charts/pyrra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30c892f

Please sign in to comment.