diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index 7196c8b..2b25c5a 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -3,8 +3,8 @@ maintainers: - name: kubitodev url: https://kubito.dev apiVersion: v2 -appVersion: 2024.11.0 -version: 1.5.2 +appVersion: 2025.1.0 +version: 1.6.0 description: Kubito Cloudflared (Argo Tunnel) Helm Chart home: https://github.com/kubitodev/helm/tree/main/charts/cloudflared icon: https://kubito.dev/images/kubito.svg diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index e545b0e..da9dec6 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -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. | `2024.11.0` | +| `image.tag` | The image tag to use. | `2025.1.0` | | `image.imagePullPolicy` | The logic of image pulling. | `IfNotPresent` | ### Deployment parameters diff --git a/charts/cloudflared/values.yaml b/charts/cloudflared/values.yaml index 5d42f15..7741cd3 100644 --- a/charts/cloudflared/values.yaml +++ b/charts/cloudflared/values.yaml @@ -8,7 +8,7 @@ ## image: repository: cloudflare/cloudflared - tag: "2024.11.0" + tag: "2025.1.0" imagePullPolicy: IfNotPresent ## @section Deployment parameters diff --git a/charts/outline/Chart.yaml b/charts/outline/Chart.yaml index 8becd0c..adf5cff 100644 --- a/charts/outline/Chart.yaml +++ b/charts/outline/Chart.yaml @@ -3,8 +3,8 @@ maintainers: - name: kubitodev url: https://kubito.dev apiVersion: v2 -appVersion: 0.81.0 -version: 1.2.0 +appVersion: 0.81.1 +version: 1.2.1 description: Kubito Outline Wiki Helm Chart home: https://github.com/kubitodev/helm/tree/main/charts/outline icon: https://kubito.dev/images/kubito.svg diff --git a/charts/outline/README.md b/charts/outline/README.md index 0b06a6c..2e2f34d 100644 --- a/charts/outline/README.md +++ b/charts/outline/README.md @@ -55,7 +55,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. | `outlinewiki/outline` | -| `image.tag` | The image tag to use. | `0.81.0` | +| `image.tag` | The image tag to use. | `0.81.1` | | `image.imagePullPolicy` | The logic of image pulling. | `IfNotPresent` | ### Deployment parameters diff --git a/charts/outline/values.yaml b/charts/outline/values.yaml index 539d5cb..b7067cc 100644 --- a/charts/outline/values.yaml +++ b/charts/outline/values.yaml @@ -19,7 +19,7 @@ global: ## image: repository: outlinewiki/outline - tag: "0.81.0" + tag: "0.81.1" imagePullPolicy: IfNotPresent ## @section Deployment parameters