File tree 5 files changed +10
-9
lines changed
chart/watermarkpodautoscaler
5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ metadata:
43
43
capabilities : Basic Install
44
44
operators.operatorframework.io/builder : operator-sdk-v1.23.0
45
45
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
46
- name : watermarkpodautoscaler.v0.9.0-rc.1
46
+ name : watermarkpodautoscaler.v0.9.0
47
47
namespace : placeholder
48
48
spec :
49
49
apiservicedefinitions : {}
@@ -175,7 +175,7 @@ spec:
175
175
valueFrom :
176
176
fieldRef :
177
177
fieldPath : metadata.name
178
- image : gcr.io/datadoghq/watermarkpodautoscaler:v0.9.0-rc.1
178
+ image : gcr.io/datadoghq/watermarkpodautoscaler:v0.9.0
179
179
imagePullPolicy : IfNotPresent
180
180
livenessProbe :
181
181
httpGet :
@@ -249,4 +249,4 @@ spec:
249
249
maturity : alpha
250
250
provider :
251
251
name : Datadog
252
- version : 0.9.0-rc.1
252
+ version : 0.9.0
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : v0.9.0-rc.1
2
+ appVersion : v0.9.0
3
3
description : Watermark Pod Autoscaler
4
4
name : watermarkpodautoscaler
5
5
version : v0.5.1
Original file line number Diff line number Diff line change 5
5
replicaCount : 1
6
6
image :
7
7
repository : gcr.io/datadoghq/watermarkpodautoscaler
8
- tag : v0.9.0-rc.1
8
+ tag : v0.9.0
9
9
pullPolicy : IfNotPresent
10
10
imagePullSecrets : []
11
11
nameOverride : " "
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ resources:
3
3
images :
4
4
- name : gcr.io/datadoghq/watermarkpodautoscaler
5
5
newName : gcr.io/datadoghq/watermarkpodautoscaler
6
- newTag : v0.9.0-rc.1
6
+ newTag : v0.9.0
7
7
apiVersion : kustomize.config.k8s.io/v1beta1
8
8
kind : Kustomization
Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ import (
22
22
"testing"
23
23
"time"
24
24
25
- autoscaling "github.com/DataDog/agent-payload/v5/autoscaling/kubernetes"
26
- "github.com/stretchr/testify/assert"
27
- "github.com/stretchr/testify/require"
28
25
"google.golang.org/protobuf/encoding/protojson"
29
26
"google.golang.org/protobuf/proto"
30
27
"google.golang.org/protobuf/types/known/timestamppb"
31
28
"k8s.io/apimachinery/pkg/api/resource"
32
29
30
+ "github.com/stretchr/testify/assert"
31
+ "github.com/stretchr/testify/require"
32
+
33
+ autoscaling "github.com/DataDog/agent-payload/v5/autoscaling/kubernetes"
33
34
"github.com/DataDog/watermarkpodautoscaler/apis/datadoghq/v1alpha1"
34
35
)
35
36
You can’t perform that action at this time.
0 commit comments