Skip to content

Commit 33402a4

Browse files
committed
[DEVOPS-3816] fix: add missing required vaultId + update go-dvls
1 parent 55c259d commit 33402a4

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.21 as builder
2+
FROM golang:1.21 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

config/crd/bases/dvls.devolutions.com_dvlssecrets.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@ spec:
3737
properties:
3838
entryId:
3939
type: string
40+
vaultId:
41+
type: string
4042
required:
4143
- entryId
44+
- vaultId
4245
type: object
4346
status:
4447
description: DvlsSecretStatus defines the observed state of DvlsSecret

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
toolchain go1.21.4
66

77
require (
8-
github.com/Devolutions/go-dvls v0.12.2
8+
github.com/Devolutions/go-dvls v0.13.0
99
github.com/onsi/ginkgo/v2 v2.14.0
1010
github.com/onsi/gomega v1.30.0
1111
k8s.io/api v0.29.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Devolutions/go-dvls v0.12.2 h1:7qptA5gw8JVtEJuTBmfDHOFfkGY6XMRobvg6InIEa+4=
2-
github.com/Devolutions/go-dvls v0.12.2/go.mod h1:4O3lb/RK1P1cDwU5auVi7CM4gRER7EuwyLwMVuEZjgg=
1+
github.com/Devolutions/go-dvls v0.13.0 h1:ct0UByARy4ZUOUE2+caUlT8cnkIl+8PXtKJOnox+YOw=
2+
github.com/Devolutions/go-dvls v0.13.0/go.mod h1:4O3lb/RK1P1cDwU5auVi7CM4gRER7EuwyLwMVuEZjgg=
33
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
44
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
55
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=

0 commit comments

Comments
 (0)