Skip to content

Commit

Permalink
Fix: github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jebinjeb committed Jul 8, 2023
1 parent f0bd565 commit 0dff7e3
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: ghcr.io/kube-tarian/kubviz/agent
repository: ghcr.io/kube-tarian/kubviz/kubviz-agent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
Expand Down Expand Up @@ -45,16 +45,16 @@ service:
git_bridge:
enabled: false
image:
repository: ghcr.io/kube-tarian/kubviz
repository: ghcr.io/kube-tarian/git-agent
pullPolicy: Always
tag: "latest"
resources:
limits:
cpu: 100m
memory: 128Mi
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
cpu: 200m
memory: 256Mi
ingress:
enabled: true
annotations: {}
Expand All @@ -74,16 +74,16 @@ git_bridge:
container_bridge:
enabled: false
image:
repository: ghcr.io/kube-tarian/kubviz
repository: ghcr.io/kube-tarian/container-agent
pullPolicy: Always
tag: "latest"
resources:
limits:
cpu: 100m
memory: 128Mi
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
cpu: 200m
memory: 256Mi
ingress:
enabled: true
annotations: {}
Expand Down Expand Up @@ -111,17 +111,13 @@ ingress:
# hosts:
# - chart-example.local

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 200m
memory: 256Mi

autoscaling:
enabled: false
Expand Down

0 comments on commit 0dff7e3

Please sign in to comment.