Skip to content

Commit

Permalink
Bump to version 0.13.0-k8s-1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
juldrixx committed Aug 22, 2022
1 parent affc89a commit 2ecd15a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ images:
- name: controller
newName: ghcr.io/konpyutaika/docker-images/nifikop
newTag: 0.13.0-k8s-1.20
newTag: 0.12.0-k8s-1.20
1 change: 0 additions & 1 deletion helm/nifikop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
##
image:
repository: ghcr.io/konpyutaika/docker-images/nifikop

tag: v0.13.0-k8s-1.20-release
pullPolicy: Always
imagePullSecrets:
Expand Down
2 changes: 1 addition & 1 deletion pkg/resources/nifi/poddisruptionbudget.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (r *Reconciler) podDisruptionBudget(log zap.Logger) (runtimeClient.Object,
return &policyv1beta1.PodDisruptionBudget{
TypeMeta: metav1.TypeMeta{
Kind: "PodDisruptionBudget",
APIVersion: "policy/v1beta1",
APIVersion: "policy/v1",
},
ObjectMeta: templates.ObjectMetaWithAnnotations(
fmt.Sprintf("%s-pdb", r.NifiCluster.Name),
Expand Down

0 comments on commit 2ecd15a

Please sign in to comment.