Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
Bump operator version to 2.0.2
  • Loading branch information
wf-jenkins authored Nov 1, 2022
1 parent f9baccb commit 049eace
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kind: Kustomization
images:
- name: controller
newName: projects.registry.vmware.com/tanzu_observability/kubernetes-operator
newTag: 2.0.1
newTag: 2.0.2

patches:
- path: patches.yaml
Expand Down
10 changes: 9 additions & 1 deletion deploy/kubernetes/wavefront-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,14 @@ rules:
- get
- patch
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -909,7 +917,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.0.1
image: projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.0.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion release/OPERATOR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2

0 comments on commit 049eace

Please sign in to comment.