Skip to content

Commit

Permalink
chore: release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Sep 26, 2024
1 parent 91c597a commit 225d395
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 27 deletions.
Binary file added build/arm64/cert-secret-syncer
Binary file not shown.
Binary file added build/linux/cert-secret-syncer
Binary file not shown.
9 changes: 4 additions & 5 deletions charts/cert-secret-syncer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v2
name: cert-secret-syncer
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -11,14 +10,14 @@ description: A Helm chart for Kubernetes
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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: 0.1.0

version: 1.3.1
# 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: "1.16.0"
appVersion: "1.3.1"
sources:
- https://github.com/jenkins-x/cert-secret-syncer.git
34 changes: 12 additions & 22 deletions charts/cert-secret-syncer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@

selectorLabels:
app: cert-secret-syncer

replicaCount: 1

metrics:
port: 8080

health:
port: 8081

image:
repository: jkassis/cert-secret-syncer
repository: ghcr.io/jenkins-x/cert-secret-syncer
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"

tag: "1.3.1"
fullnameOverride: "cert-secret-syncer"

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand All @@ -30,22 +24,18 @@ serviceAccount:
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""


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
# 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

nodeSelector: {}

tolerations: []

affinity: {}

0 comments on commit 225d395

Please sign in to comment.