Skip to content

Commit

Permalink
add sidecar value (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal authored Aug 14, 2022
1 parent 3881a19 commit b58e02d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/envoy-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
icon: https://helm.sh/img/helm.svg
name: envoy-control-plane
version: 0.0.8
version: 0.0.9
description: Lightweight Envoy control plane
maintainers:
- name: maksim-paskal # Maksim Paskal
Expand Down
3 changes: 3 additions & 0 deletions charts/envoy-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ image:
tag: v0.4.0
pullPolicy: IfNotPresent

sidecar:
repository: paskalmaksim/envoy-docker-image

resources:
requests:
cpu: 100m
Expand Down
8 changes: 4 additions & 4 deletions examples/test-deploy/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: envoy-control-plane
repository: file://../../charts/envoy-control-plane
version: 0.0.8
version: 0.0.9
- name: envoy-ratelimit-service
repository: file://../../charts/envoy-ratelimit-service
version: 0.0.2
digest: sha256:01a2f1dde99f7ea357a6b796b2f56978d92a71fb11b8a0d1509bf16c9d0182b2
generated: "2022-08-12T17:08:49.585033+03:00"
version: 0.0.3
digest: sha256:b33aed34951a41c1aa58b91a1f687700eb946c48a031e4e49c642a35bf350b28
generated: "2022-08-14T17:11:03.419323+03:00"

0 comments on commit b58e02d

Please sign in to comment.