Skip to content

Commit

Permalink
feat: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nushkovg committed Sep 17, 2023
1 parent 4d43a8f commit e83f166
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/cloudflared/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ maintainers:
- name: kubitodev
url: https://kubito.dev
apiVersion: v2
appVersion: 2023.5.1
version: 1.0.3
appVersion: 2023.8.2
version: 1.0.4
description: Kubito Cloudflared (Argo Tunnel) Helm Chart
home: https://github.com/kubitodev/helm/tree/main/charts/cloudflared
icon: https://kubito.dev/images/kubito.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudflared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value |
| ----------------------- | --------------------------------------------- | ------------------------ |
| `image.repository` | The Docker repository to pull the image from. | `cloudflare/cloudflared` |
| `image.tag` | The image tag to use. | `2023.5.1` |
| `image.tag` | The image tag to use. | `2023.8.2` |
| `image.imagePullPolicy` | The logic of image pulling. | `IfNotPresent` |

### Deployment parameters
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudflared/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
##
image:
repository: cloudflare/cloudflared
tag: "2023.5.1"
tag: "2023.8.2"
imagePullPolicy: IfNotPresent

## @section Deployment parameters
Expand Down
6 changes: 3 additions & 3 deletions charts/traefik-cloudflared-source-ip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ maintainers:
- name: kubitodev
url: https://kubito.dev
apiVersion: v2
appVersion: 2.10.1
version: 1.0.7
appVersion: 2.10.4
version: 1.0.8
description: Kubito Traefik Cloudflared (Argo Tunnel) Real IP Helm Chart
home: https://github.com/kubitodev/helm/tree/main/charts/traefik-cloudflared-source-ip
icon: https://kubito.dev/images/kubito.svg
Expand All @@ -30,4 +30,4 @@ dependencies:
- condition: global.traefikEnabled
name: traefik
repository: https://traefik.github.io/charts
version: 23.0.1
version: 24.0.0
6 changes: 3 additions & 3 deletions charts/traefik-cloudflared-source-ip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value |
| ------------------ | --------------------------------------------- | ----------------------------------------- |
| `image.repository` | The Docker repository to pull the image from. | `kubitodev/traefik-cloudflared-source-ip` |
| `image.tag` | The image tag to use. | `1.0.7` |
| `image.tag` | The image tag to use. | `1.0.8` |

### Middleware parameters

Expand All @@ -76,7 +76,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `traefik.image.repository` | The Docker repository to pull the image from. | `kubitodev/traefik-cloudflared-source-ip` |
| `traefik.namespace` | The namespace to deploy Traefik to. | `traefik` |
| `traefik.image.tag` | The image tag to use. | `1.0.7` |
| `traefik.image.tag` | The image tag to use. | `1.0.8` |
| `traefik.additionalArguments` | Additional arguments to run the image with. The default one is required. | `["--experimental.localPlugins.cloudflared-source-ip.moduleName=github.com/kubitodev/traefik-cloudflared-source-ip"]` |
| `traefik.cloudflareTls.existingSecret` | The name of an existing secret containing the `tls.crt` and `tls.key`. | `""` |
| `traefik.cloudflareTls.crt` | The TLS certificate obtained from Cloudflare. Check the configuration section for information on how to obtain one. | `""` |
Expand All @@ -87,7 +87,7 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value |
| ------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------ |
| `cloudflared.image.repository` | The Docker repository to pull the image from. Use `ghcr.io/milgradesec/cloudflared` for ARM64 devices. | `cloudflare/cloudflared` |
| `cloudflared.image.tag` | The image tag to use. | `2023.5.1` |
| `cloudflared.image.tag` | The image tag to use. | `2023.8.2` |
| `cloudflared.replicaCount` | The number of replicas to deploy. | `1` |
| `cloudflared.tunnelID` | The Argo Tunnel ID you created. Check the configuration section for details. | `""` |
| `cloudflared.ingress` | The ingress settings to apply. Check the configuration section for examples. | `[]` |
Expand Down
6 changes: 3 additions & 3 deletions charts/traefik-cloudflared-source-ip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ global:
##
image:
repository: kubitodev/traefik-cloudflared-source-ip
tag: "1.0.7"
tag: "1.0.8"

## @section Middleware parameters

Expand Down Expand Up @@ -44,7 +44,7 @@ traefik:
namespace: traefik
image:
repository: kubitodev/traefik-cloudflared-source-ip
tag: "1.0.7"
tag: "1.0.8"

additionalArguments:
- "--experimental.localPlugins.cloudflared-source-ip.moduleName=github.com/kubitodev/traefik-cloudflared-source-ip"
Expand All @@ -71,7 +71,7 @@ traefik:
cloudflared:
image:
repository: cloudflare/cloudflared
tag: "2023.5.1"
tag: "2023.8.2"

replicaCount: 1

Expand Down

0 comments on commit e83f166

Please sign in to comment.