Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kube-arangodb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kube-arangodb
version: "1.3.0"
epoch: 1 # CVE-2025-47907
epoch: 2 # GHSA-f9f8-9pmf-xv68
description: ArangoDB Kubernetes Operator - manages deployments of the ArangoDB database in Kubernetes
copyright:
- license: Apache-2.0
Expand All @@ -17,7 +17,7 @@ pipeline:
with:
deps: |-
github.com/docker/[email protected]
helm.sh/helm/v3@v3.17.4
helm.sh/helm/v3@v3.18.5

- uses: go/build
with:
Expand Down
Loading