Skip to content

Commit

Permalink
Merge pull request #5852 from zalando-incubator/dev-to-alpha
Browse files Browse the repository at this point in the history
dev to alpha
  • Loading branch information
mikkeloscar authored Mar 23, 2023
2 parents 2f9a988 + e1396d5 commit 4eea892
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 94 deletions.
37 changes: 0 additions & 37 deletions cluster/manifests/cronjob-monitor/deployment.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions cluster/manifests/cronjob-monitor/rbac.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions cluster/manifests/cronjob-monitor/vpa.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions cluster/manifests/deletions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@ pre_apply:
- name: "routegroup-admitter.teapot.zalan.do"
kind: ValidatingWebhookConfiguration
{{ end }}
- name: cronjob-monitor
namespace: kube-system
kind: Deployment

# everything defined under here will be deleted after applying the manifests
post_apply:
- name: cronjob-monitor
namespace: kube-system
kind: VerticalPodAutoscaler
- name: cronjob-monitor
kind: ClusterRole
- name: cronjob-monitor
kind: ClusterRoleBinding
- name: cronjob-monitor
namespace: kube-system
kind: ServiceAccount
{{ if eq .ConfigItems.teapot_admission_controller_process_resources "true" }}
- name: limits
namespace: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
terminationGracePeriodSeconds: 300
containers:
- name: "deployment-service-controller"
image: "container-registry.zalando.net/teapot/deployment-controller:master-118"
image: "container-registry.zalando.net/teapot/deployment-controller:master-123"
args:
- "--config-namespace=kube-system"
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ $image := "container-registry.zalando.net/teapot/deployment-status-service" }}
{{ $version := "master-118" }}
{{ $version := "master-123" }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/metrics-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: metrics-server
containers:
- name: metrics-server
image: container-registry.zalando.net/teapot/metrics-server:v0.6.2-master-13
image: container-registry.zalando.net/teapot/metrics-server:v0.6.3-master-14
args:
- --cert-dir=/tmp
- --secure-port=4443
Expand Down
6 changes: 2 additions & 4 deletions cluster/manifests/prometheus/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels:
application: kubernetes
component: prometheus
version: v2.41.0
{{- if ne .ConfigItems.prometheus_csi_ebs "true" }}
name: prometheus
{{- else }}
Expand All @@ -26,7 +25,6 @@ spec:
statefulset: prometheus
application: kubernetes
component: prometheus
version: v2.41.0
annotations:
config/hash: {{"configmap.yaml" | manifestHash}}
logging/destination: "{{.Cluster.ConfigItems.log_destination_infra}}"
Expand All @@ -41,7 +39,7 @@ spec:
value: "1"
initContainers:
- name: generate-config
image: container-registry.zalando.net/library/alpine-3:3-20230102
image: container-registry.zalando.net/library/alpine-3:3-20230320
command:
- /bin/sh
args:
Expand All @@ -63,7 +61,7 @@ spec:
mountPath: /prometheus
containers:
- name: prometheus
image: container-registry.zalando.net/teapot/prometheus:v2.41.0-master-43
image: container-registry.zalando.net/teapot/prometheus:v2.43.0-master-45
args:
- "--config.file=/prometheus/prometheus.yaml"
- "--storage.tsdb.path=/prometheus/"
Expand Down

0 comments on commit 4eea892

Please sign in to comment.