Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions component-constructor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,38 @@ components:
path: ghcr.io/external-secrets/external-secrets:${EXTERNAL_SECRETS_OPERATOR_VERSION}
repository: images/external-secrets-operator

- name: envoy-chart
version: ${ENVOY_GATEWAY_CHART_VERSION}
type: helmChart
input:
type: ociImage
path: docker.io/envoyproxy/gateway-helm:${ENVOY_GATEWAY_CHART_VERSION#v}
repository: charts/envoy-gateway

- name: envoy-proxy-image
version: ${ENVOY_PROXY_IMAGE_VERSION}
type: ociImage
input:
type: ociImage
path: docker.io/envoyproxy/envoy:distroless-${ENVOY_PROXY_IMAGE_VERSION}
repository: images/envoy-proxy

- name: envoy-gateway-image
version: ${ENVOY_GATEWAY_IMAGE_VERSION}
type: ociImage
input:
type: ociImage
path: docker.io/envoyproxy/gateway:${ENVOY_GATEWAY_IMAGE_VERSION}
repository: images/envoy-gateway

- name: envoy-ratelimit-image
version: v0.0.0-latest
type: ociImage
input:
type: ociImage
path: docker.io/envoyproxy/ratelimit:${ENVOY_RATELIMIT_IMAGE_VERSION}
repository: images/envoy-ratelimit

sources:
- access:
ref: "refs/tags/${OPENMCP_VERSION}"
Expand Down
10 changes: 10 additions & 0 deletions components-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ FLUXCD_IMAGE_AUTOMATION_CONTROLLER_VERSION: "v1.0.3"

# renovate: datasource=github-releases depName=external-secrets/external-secrets
EXTERNAL_SECRETS_OPERATOR_VERSION: "v0.20.4"

# envoy
# renovate: datasource=github-releases depName=envoyproxy/gateway
ENVOY_GATEWAY_CHART_VERSION: "v1.5.4"
# renovate: datasource=github-releases depName=envoyproxy/envoy
ENVOY_PROXY_IMAGE_VERSION: "v1.36.2"
# renovate: datasource=github-releases depName=envoyproxy/gateway
ENVOY_GATEWAY_IMAGE_VERSION: "v1.5.4"
# renovate: datasource=git-refs packageName=https://github.com/envoyproxy/ratelimit.git
ENVOY_RATELIMIT_IMAGE_VERSION: "99d85510"