diff --git a/build/linux/cert-secret-syncer b/build/linux/cert-secret-syncer new file mode 100755 index 0000000..19fd52a Binary files /dev/null and b/build/linux/cert-secret-syncer differ diff --git a/charts/cert-secret-syncer/Chart.yaml b/charts/cert-secret-syncer/Chart.yaml index 891148c..cc56657 100644 --- a/charts/cert-secret-syncer/Chart.yaml +++ b/charts/cert-secret-syncer/Chart.yaml @@ -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 @@ -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.0.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.0.1" +sources: + - https://github.com/jenkins-x/cert-secret-syncer.git diff --git a/charts/cert-secret-syncer/values.yaml b/charts/cert-secret-syncer/values.yaml index 0ee0c5c..b848669 100644 --- a/charts/cert-secret-syncer/values.yaml +++ b/charts/cert-secret-syncer/values.yaml @@ -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.0.1" fullnameOverride: "cert-secret-syncer" - serviceAccount: # Specifies whether a service account should be created create: true @@ -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: {}