diff --git a/helm/Chart.yaml b/helm/Chart.yaml index b66537f..bf0a7bb 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: krawl-chart description: A Helm chart for Krawl honeypot server type: application -version: 1.1.7 -appVersion: 1.1.7 +version: 1.2.0 +appVersion: 1.2.0 keywords: - honeypot - security diff --git a/helm/README.md b/helm/README.md index efdfeb1..8b9bf57 100644 --- a/helm/README.md +++ b/helm/README.md @@ -14,7 +14,7 @@ A Helm chart for deploying the Krawl honeypot application on Kubernetes. ```bash helm install krawl oci://ghcr.io/blessedrebus/krawl-chart \ - --version 1.1.3 \ + --version 1.2.0 \ --namespace krawl-system \ --create-namespace \ -f values.yaml # optional @@ -170,7 +170,7 @@ kubectl get secret krawl-server -n krawl-system \ You can override individual values with `--set` without a values file: ```bash -helm install krawl oci://ghcr.io/blessedrebus/krawl-chart --version 1.1.3 \ +helm install krawl oci://ghcr.io/blessedrebus/krawl-chart --version 1.2.0 \ --set ingress.hosts[0].host=honeypot.example.com \ --set config.canary.token_url=https://canarytokens.com/your-token ``` @@ -178,7 +178,7 @@ helm install krawl oci://ghcr.io/blessedrebus/krawl-chart --version 1.1.3 \ ## Upgrading ```bash -helm upgrade krawl oci://ghcr.io/blessedrebus/krawl-chart --version 1.1.3 -f values.yaml +helm upgrade krawl oci://ghcr.io/blessedrebus/krawl-chart --version 1.2.0 -f values.yaml ``` ## Uninstalling diff --git a/helm/values.yaml b/helm/values.yaml index 0c2e529..4788165 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: ghcr.io/blessedrebus/krawl pullPolicy: Always - tag: "1.1.3" + tag: "1.2.0" imagePullSecrets: [] nameOverride: "krawl"