Skip to content

Commit

Permalink
change version to v2.4.00
Browse files Browse the repository at this point in the history
  • Loading branch information
modoulo boly sow committed Oct 14, 2024
1 parent e71a7c0 commit c760452
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
7 changes: 3 additions & 4 deletions deploy/helm/door-data-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2.4.4
version: v2.4.5

# 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.
# It is recommended to use it with quotes.
appVersion: "v2.4.4"

appVersion: "v2.4.5"
dependencies:
- name: metrics-server
version: "3.8.2"
repository: "https://kubernetes-sigs.github.io/metrics-server"
alias: metrics-server
alias: metrics-server
condition: doorAgent.metricServer
11 changes: 5 additions & 6 deletions deploy/helm/door-data-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ global:
# set defaultCluster=true if cluster content control plane
defaultCluster: false
defaultClusterType: gke

doorOnboarding:
labels:
# will be applied to pods and deployment
image:
name: docker.io/beopenit/onboarding-operator-kubernetes
version: v2.2.0
version: v2.4.00
# resources:
# requests:
# cpu: 100m
Expand All @@ -44,37 +45,35 @@ doorCD:
value: 30s
image:
name: docker.io/beopenit/door-cd-operator
version: v2.3.02
version: v2.4.00
# resources:
# requests:
# cpu: 100m
# memory: 256Mi
# limits:
# cpu: 2
# memory: 2Gi

doorHelm:
labels:
# will be applied to pods and deployment
# maxStagingReplicas: -22
image:
name: beopenit/door-helm
version: v2.3.02
version: v2.4.00
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 2
memory: 2Gi

doorAgent:
labels:
# will be applied to pods and deployment
metricServer: true
image:
name: docker.io/beopenit/door-agent
version: v2.3.02
version: v2.4.00
# resources:
# requests:
# cpu: 100m
Expand Down
Binary file added docs/door-agent-v2.4.5.tgz
Binary file not shown.
16 changes: 16 additions & 0 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,22 @@ entries:
- https://beopencloud.github.io/cno/cno-1.0.0.tgz
version: 1.0.0
door-agent:
- apiVersion: v2
appVersion: v2.4.5
created: "2024-10-14T12:19:10.127621Z"
dependencies:
- alias: metrics-server
condition: doorAgent.metricServer
name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server
version: 3.8.2
description: Chart for DOOR agent
digest: 517edb32ce6cea1dc8f6cf117268c244441a7fc94c1d7c54cc8934906a1b2b1a
name: door-agent
type: application
urls:
- https://beopencloud.github.io/cno/door-agent-v2.4.5.tgz
version: v2.4.5
- apiVersion: v2
appVersion: v2.4.4
created: "2024-10-11T11:56:35.909535Z"
Expand Down

0 comments on commit c760452

Please sign in to comment.