Skip to content
Merged
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
9 changes: 3 additions & 6 deletions verticadb-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: verticadb-operator
version: "25.2.1.0"
epoch: 1
version: "25.3.0.0"
epoch: 0
description: Simple, fast container image builder for Go applications.
copyright:
- license: Apache-2.0
Expand All @@ -20,7 +20,7 @@ var-transforms:
pipeline:
- uses: git-checkout
with:
expected-commit: 03f70bb4a8fc86bc5b8f37493fc693f724e87955
expected-commit: 8e43cce4d8c9388b1305ebed20ffa07af35cb2b7
repository: https://github.com/vertica/vertica-kubernetes
tag: v${{vars.build-version}}

Expand All @@ -39,9 +39,6 @@ pipeline:
with:
deps: |-
github.com/expr-lang/[email protected]
golang.org/x/[email protected]
golang.org/x/[email protected]
golang.org/x/[email protected]
modroot: workspace-verticadb-operator

- uses: go/build
Expand Down
Loading