Skip to content

Commit

Permalink
release v0.7.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
levipe01 committed Mar 22, 2024
1 parent ee55aef commit f425219
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
name: watermarkpodautoscaler.v0.7.1-rc.1
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
image: gcr.io/datadoghq/watermarkpodautoscaler:v0.7.1-rc.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -249,4 +249,4 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.7.0
version: 0.7.1-rc.1
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
newTag: v0.7.1-rc.1
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit f425219

Please sign in to comment.