From e61e3972299f51877d9a190a04112f23e57ad464 Mon Sep 17 00:00:00 2001 From: Jan Novak Date: Thu, 26 Mar 2026 13:58:19 +0100 Subject: [PATCH] deploy: update image reference to use full Gitea registry path Co-Authored-By: Claude Sonnet 4.6 --- .claude/commands/ship.md | 1 + CLAUDE.md | 5 +++++ deploy/deployment_gateway-cert-operator.yaml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .claude/commands/ship.md create mode 100644 CLAUDE.md diff --git a/.claude/commands/ship.md b/.claude/commands/ship.md new file mode 100644 index 0000000..acfdbc6 --- /dev/null +++ b/.claude/commands/ship.md @@ -0,0 +1 @@ +Commit all staged and unstaged changes into git, assign the next tag in sequence, then ask for confirmation before pushing. \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..63516e1 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +# Claude Instructions + +## Git + +- Always ask for confirmation before running `git push`. \ No newline at end of file diff --git a/deploy/deployment_gateway-cert-operator.yaml b/deploy/deployment_gateway-cert-operator.yaml index 0be7882..711289f 100644 --- a/deploy/deployment_gateway-cert-operator.yaml +++ b/deploy/deployment_gateway-cert-operator.yaml @@ -27,7 +27,7 @@ spec: type: RuntimeDefault containers: - name: manager - image: gateway-cert-operator:latest + image: gitea.home.hrajfrisbee.cz/kacerr/gateway-cert-operator:latest args: - --metrics-bind-address=:8080 - --health-probe-bind-address=:8081