Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Charly Fontaine committed Feb 1, 2024
1 parent ff44690 commit 367a0cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.23.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: watermarkpodautoscaler.v0.7.0-rc.2
name: watermarkpodautoscaler.v0.7.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -175,7 +175,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: gcr.io/datadoghq/watermarkpodautoscaler:v0.7.0-rc.2
image: gcr.io/datadoghq/watermarkpodautoscaler:v0.7.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -249,4 +249,4 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.7.0-rc.2
version: 0.7.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ resources:
images:
- name: gcr.io/datadoghq/watermarkpodautoscaler
newName: gcr.io/datadoghq/watermarkpodautoscaler
newTag: v0.7.0-rc.2
newTag: v0.7.0
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 367a0cd

Please sign in to comment.