Skip to content

Commit

Permalink
Merge branch 'release-v1.11' into cp-1c39cb917-v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pierDipi authored Aug 30, 2023
2 parents a8363ad + 91d4345 commit 6ca80ab
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 62 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN echo "[kubernetes]" >> /etc/yum.repos.d/kubernetes.repo && \
echo "repo_gpgcheck=0" >> /etc/yum.repos.d/kubernetes.repo && \
echo "gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg" >> /etc/yum.repos.d/kubernetes.repo

RUN yum install -y kubectl httpd-tools
RUN yum install -y kubectl httpd-tools helm

RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest

Expand Down
4 changes: 4 additions & 0 deletions openshift/release/artifacts/eventing-kafka-broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: config-kafka-broker-data-plane
configMap:
Expand Down Expand Up @@ -600,6 +602,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: kafka-broker-brokers-triggers
configMap:
Expand Down
4 changes: 4 additions & 0 deletions openshift/release/artifacts/eventing-kafka-channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: config-kafka-channel-data-plane
configMap:
Expand Down Expand Up @@ -599,6 +601,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: kafka-channel-channels-subscriptions
configMap:
Expand Down
4 changes: 4 additions & 0 deletions openshift/release/artifacts/eventing-kafka-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
restartPolicy: Always
---
---
Expand Down Expand Up @@ -2429,6 +2431,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault

ports:
- name: https-webhook
Expand Down
4 changes: 4 additions & 0 deletions openshift/release/artifacts/eventing-kafka-post-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
---
# Copyright 2020 The Knative Authors
#
Expand Down Expand Up @@ -303,3 +305,5 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
2 changes: 2 additions & 0 deletions openshift/release/artifacts/eventing-kafka-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: kafka-sink-sinks
configMap:
Expand Down
7 changes: 6 additions & 1 deletion openshift/release/artifacts/eventing-kafka-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,16 @@ spec:
- name: WAIT_STARTUP_SECONDS
value: "8"
- name: JAVA_TOOL_OPTIONS
value: "-XX:+CrashOnOutOfMemoryError"
value: "-XX:+CrashOnOutOfMemoryError -XX:InitialRAMPercentage=70.0 -XX:MinRAMPercentage=70.0 -XX:MaxRAMPercentage=70.0"

resources:
requests:
cpu: 1000m
# 600Mi for virtual replicas + 100Mi overhead
memory: 700Mi
limits:
cpu: 2000m
memory: 1000Mi

livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -404,6 +407,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: config-kafka-source-data-plane
configMap:
Expand Down
25 changes: 24 additions & 1 deletion openshift/release/artifacts/eventing-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
restartPolicy: Always
---
---
Expand Down Expand Up @@ -2429,6 +2431,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault

ports:
- name: https-webhook
Expand Down Expand Up @@ -2727,6 +2731,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
---
# Copyright 2020 The Knative Authors
#
Expand Down Expand Up @@ -2780,6 +2786,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
---
# Copyright 2021 The Knative Authors
#
Expand Down Expand Up @@ -3152,13 +3160,16 @@ spec:
- name: WAIT_STARTUP_SECONDS
value: "8"
- name: JAVA_TOOL_OPTIONS
value: "-XX:+CrashOnOutOfMemoryError"
value: "-XX:+CrashOnOutOfMemoryError -XX:InitialRAMPercentage=70.0 -XX:MinRAMPercentage=70.0 -XX:MaxRAMPercentage=70.0"

resources:
requests:
cpu: 1000m
# 600Mi for virtual replicas + 100Mi overhead
memory: 700Mi
limits:
cpu: 2000m
memory: 1000Mi

livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -3186,6 +3197,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: config-kafka-source-data-plane
configMap:
Expand Down Expand Up @@ -3622,6 +3635,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: config-kafka-broker-data-plane
configMap:
Expand Down Expand Up @@ -3804,6 +3819,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: kafka-broker-brokers-triggers
configMap:
Expand Down Expand Up @@ -4278,6 +4295,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: config-kafka-channel-data-plane
configMap:
Expand Down Expand Up @@ -4460,6 +4479,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: kafka-channel-channels-subscriptions
configMap:
Expand Down Expand Up @@ -4857,6 +4878,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: kafka-sink-sinks
configMap:
Expand Down
Empty file modified vendor/knative.dev/eventing/hack/update-cert-manager.sh
100644 → 100755
Empty file.

0 comments on commit 6ca80ab

Please sign in to comment.