Skip to content

Commit 673a644

Browse files
committed
release: v0.1.2
Signed-off-by: Ilya Drey <ilya.drey@flant.com>
1 parent 341bbb2 commit 673a644

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image URL to use all building/pushing image targets
2-
IMG ?= fluxcd/helm-controller:latest
2+
IMG ?= registry.werf.io/nelm/helm-controller:latest
33
# Produce CRDs that work back to Kubernetes 1.16
44
CRD_OPTIONS ?= crd:crdVersions=v1
55

@@ -203,7 +203,7 @@ fuzz-build:
203203
docker build . --pull --tag local-fuzzing:latest -f tests/fuzz/Dockerfile.builder
204204
docker run --rm \
205205
-e FUZZING_LANGUAGE=go -e SANITIZER=address \
206-
-e CIFUZZ_DEBUG='True' -e OSS_FUZZ_PROJECT_NAME=fluxcd \
206+
-e CIFUZZ_DEBUG='True' -e OSS_FUZZ_PROJECT_NAME=nelm \
207207
-v "$(shell go env GOMODCACHE):/root/go/pkg/mod" \
208208
-v "$(BUILD_DIR)/fuzz/out":/out \
209209
local-fuzzing:latest

api/v2beta1/zz_generated.deepcopy.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v2beta2/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: Kustomization
33
namespace: helm-system
44
resources:
55
# TODO: change tag name
6-
- https://github.com/werf/nelm-source-controller/releases/download/v0.1.1/nelm-source-controller.crds.yaml
7-
- https://github.com/werf/nelm-source-controller/releases/download/v0.1.1/nelm-source-controller.deployment.yaml
6+
- https://github.com/werf/nelm-source-controller/releases/download/v0.1.3/nelm-source-controller.crds.yaml
7+
- https://github.com/werf/nelm-source-controller/releases/download/v0.1.3/nelm-source-controller.deployment.yaml
88
- ../crd
99
- ../rbac
1010
- ../manager

config/manager/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ kind: Kustomization
33
resources:
44
- deployment.yaml
55
images:
6-
- name: nelm/helm-controller
7-
newName: nelm/helm-controller
8-
newTag: v0.1.1
6+
- name: registry.werf.io/nelm/helm-controller
7+
newName: registry.werf.io/nelm/helm-controller
8+
newTag: v0.1.2

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ require (
3737
github.com/opencontainers/go-digest/blake3 v0.0.0-20250116041648-1e56c6daea3b
3838
github.com/spf13/pflag v1.0.10
3939
github.com/wI2L/jsondiff v0.7.0
40-
github.com/werf/3p-helm-controller/api v0.0.0-00010101000000-000000000000
41-
github.com/werf/nelm-source-controller/api v0.0.0-20260204183556-44a151b58599
40+
github.com/werf/3p-helm-controller/api v0.1.2
41+
github.com/werf/nelm-source-controller/api v0.1.3
4242
go.uber.org/zap v1.27.0
4343
golang.org/x/text v0.31.0
4444
helm.sh/helm/v3 v3.19.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
434434
github.com/tidwall/sjson v1.2.5/go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28=
435435
github.com/wI2L/jsondiff v0.7.0 h1:1lH1G37GhBPqCfp/lrs91rf/2j3DktX6qYAKZkLuCQQ=
436436
github.com/wI2L/jsondiff v0.7.0/go.mod h1:KAEIojdQq66oJiHhDyQez2x+sRit0vIzC9KeK0yizxM=
437-
github.com/werf/nelm-source-controller/api v0.0.0-20260204183556-44a151b58599 h1:zI2XqZdP5OfN48RTk3qF7zLcZVSLdDMUFCadE6FQqRA=
438-
github.com/werf/nelm-source-controller/api v0.0.0-20260204183556-44a151b58599/go.mod h1:Ewa/hye6pMWFTD6ICGFWha6pQejf1dc7+oCpK4vMV6I=
437+
github.com/werf/nelm-source-controller/api v0.1.3 h1:m40m85SLYy4dr+V/uYl4cXA6VvRY+Z+JoeXzGtyoDb8=
438+
github.com/werf/nelm-source-controller/api v0.1.3/go.mod h1:Ewa/hye6pMWFTD6ICGFWha6pQejf1dc7+oCpK4vMV6I=
439439
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
440440
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
441441
github.com/xlab/treeprint v1.2.0 h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=

0 commit comments

Comments
 (0)