From f0aec055d1a85174db3560edd5e59872d0ad3a8d Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 15 Jun 2026 07:34:18 +0000 Subject: [PATCH] ci(prod): deploy docs v0.0.2 --- charts/docs/Chart.yaml | 4 ++-- charts/docs/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/docs/Chart.yaml b/charts/docs/Chart.yaml index 35bff359..ac4dc3e5 100644 --- a/charts/docs/Chart.yaml +++ b/charts/docs/Chart.yaml @@ -12,7 +12,7 @@ description: Oceanbox Documentation 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. -version: v0.0.1 +version: v0.0.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. -appVersion: v0.0.1 +appVersion: v0.0.2 diff --git a/charts/docs/values.yaml b/charts/docs/values.yaml index 06ca3d0f..54bd93ae 100644 --- a/charts/docs/values.yaml +++ b/charts/docs/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: git.oceanbox.io/oceanbox/documentation/docs - tag: v0.0.1 + tag: v0.0.2 pullPolicy: IfNotPresent init: enabled: false