Skip to content

Commit

Permalink
http addon: increase default memory limits (#70)
Browse files Browse the repository at this point in the history
* http addon: bump default memory limits

Signed-off-by: Jan Wozniak <[email protected]>

* agent: bump deps and versions

Signed-off-by: Jan Wozniak <[email protected]>

* addon image v0.8.1-9

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>
  • Loading branch information
wozniakjan authored and Kedify Bot committed Dec 17, 2024
1 parent 7b391b0 commit 44d3656
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions http-add-on/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ kubeVersion: ">=v1.23.0-0"
# to the chart and its templates, including the app version. This is incremented at chart release time and does not need
# to be included in any PRs to main.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.8.1-1
version: v0.8.1-2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v0.8.1-7
appVersion: v0.8.1-9
home: https://github.com/kedacore/http-add-on
sources:
- https://github.com/kedacore/http-add-on
Expand Down
6 changes: 3 additions & 3 deletions http-add-on/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ scaler:
resources:
limits:
cpu: 0.5
memory: 64Mi
memory: 512Mi
requests:
cpu: 250m
memory: 20Mi
Expand Down Expand Up @@ -184,7 +184,7 @@ interceptor:
# -- The CPU/memory resource limit for the operator component
limits:
cpu: 0.5
memory: 64Mi
memory: 512Mi
# -- The CPU/memory resource request for the operator component
requests:
cpu: 250m
Expand Down Expand Up @@ -235,7 +235,7 @@ images:
# the build for the latest commit to the `main` branch,
# and you can target any other commit with `sha-<GIT_SHA[0:7]>`
# -- Image tag for the http add on. This tag is applied to the images listed in `images.operator`, `images.interceptor`, and `images.scaler`. Optional, given app version of Helm chart is used by default
tag: v0.8.1-7
tag: v0.8.1-9
# -- Image name for the operator image component
operator: ghcr.io/kedify/http-add-on-operator
# -- Image name for the interceptor image component
Expand Down
6 changes: 3 additions & 3 deletions kedify-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: kedify-agent
description: Kedify agent - Helm Chart
kubeVersion: ">=v1.23.0-0"
type: application
version: "v0.0.5"
appVersion: "v0.1.4"
version: "v0.0.6"
appVersion: "v0.1.5"
icon: https://github.com/kedify/marketing/raw/refs/heads/main/public/assets/images/logo.svg
dependencies:
- name: keda
Expand All @@ -13,7 +13,7 @@ dependencies:
condition: keda.enabled
- name: keda-add-ons-http
repository: https://kedify.github.io/charts
version: v0.8.1-1
version: v0.8.1-2
condition: kedaAddOnsHttp.enabled,keda-add-ons-http.enabled
home: https://github.com/kedify/charts
sources:
Expand Down
2 changes: 1 addition & 1 deletion kedify-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ agent:
createKedifyConfiguration: true

image:
tag: "v0.1.4"
tag: "v0.1.5"
repository: ghcr.io/kedify/agent
pullPolicy: IfNotPresent
imagePullSecrets: []
Expand Down

0 comments on commit 44d3656

Please sign in to comment.