Skip to content

Commit

Permalink
chore: release 1.1.431
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Jan 19, 2025
1 parent a944426 commit cefa2f7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 45 deletions.
5 changes: 4 additions & 1 deletion charts/jxboot-helmfile-resources/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apiVersion: v1
description: A Helm chart for the resources for JX Boot
name: jxboot-helmfile-resources
version: 0.0.1-SNAPSHOT
version: 1.1.431
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
home: https://github.com/jenkins-x-charts/jxboot-helmfile-resources
appVersion: 1.1.431
sources:
- https://github.com/jenkins-x-charts/jxboot-helmfile-resources.git
60 changes: 16 additions & 44 deletions charts/jxboot-helmfile-resources/values.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
chartmuseumServiceLink:
enabled: false

# specify the external name here for where the chartmuseum should be
externalname: ""

kaniko:
# lets you specify additional kaniko flags such as "--insecure" for insecure registries etc
flags: "--skip-unused-stages --snapshotMode=redo"

schedulers:
# to enable/disable the default scheduler
default: true

lighthouseEngine: tekton

basicAuthSecrets:
enabled: true

pipeline:
rbac:
cluster: true
serviceAccount:
name: "tekton-bot"
annotations: {}

auth:
git:
username: "myuser"
Expand All @@ -33,15 +26,13 @@ pipeline:
# if specified use the docker config.json style secret like this:
# https://github.com/tektoncd/pipeline/blob/master/docs/auth.md#configuring-docker-authentication-for-docker
configJson: "{}"

# otherwise use basic auth style secret
username:
password:
url: https://index.docker.io/v1/
# url: https://gcr.io
host: docker.io
email: [email protected]

bucketrepo:
ingress:
annotations: {}
Expand All @@ -50,7 +41,6 @@ bucketrepo:
prefix: bucketrepo
tls:
secretName: ""

chartmuseum:
ingress:
annotations: {}
Expand All @@ -59,7 +49,6 @@ chartmuseum:
prefix: chartmuseum
tls:
secretName: ""

docker-registry:
enabled: false
ingress:
Expand All @@ -69,7 +58,6 @@ docker-registry:
prefix: docker-registry
tls:
secretName: ""

hook:
ingress:
annotations: {}
Expand All @@ -78,7 +66,6 @@ hook:
prefix: hook
tls:
secretName: ""

nexus:
ingress:
annotations: {}
Expand All @@ -87,40 +74,34 @@ nexus:
prefix: nexus # setting this will override the value from .Values.ingress.prefix.nexus
tls:
secretName: ""

# TODO we want to remove exposecontroller at some point
exposer: Ingress

extensions:
enabled: true

ingress:
annotations: {}

# kubernetes.io/ingress.class: nginx
# from v1.22 onwards:
apiVersion: networking.k8s.io/v1
#apiVersion: networking.k8s.io/v1beta1

# ingress path type
pathType: ImplementationSpecific


# define the ingress prefixes for the different services (deprecated in favour of .Values.<component>.ingress.prefix)
prefix: {}
# bucketrepo: bucketrepo
# chartmuseum: chartmuseum
# hook: hook
# nexus: nexus
# dockerRegistry: docker-registry
# bucketrepo: bucketrepo
# chartmuseum: chartmuseum
# hook: hook
# nexus: nexus
# dockerRegistry: docker-registry

# allows you to specify custom hosts (deprecated in favour of .Values.<component>.ingress.customHost)
customHosts: {}
# bucketrepo: ""
# chartmuseum: ""
# hook: ""
# nexus: ""
# dockerRegistry: ""
# bucketrepo: ""
# chartmuseum: ""
# hook: ""
# nexus: ""
# dockerRegistry: ""

# allows you to specify custom ingress class (deprecated in favour of .Values.<component>.ingress.customIngressClass)
customIngressClass: {}
Expand All @@ -129,19 +110,15 @@ ingress:
# hook: ""
# nexus: ""
# dockerRegistry: ""

nexusServiceLink:
enabled: false

# specify the external name here for where the nexus should point
externalName: ""

teamRoles:
viewer:
enabled: true
team-admin:
enabled: true

gc:
activities:
schedule: "0/30 */3 * * *"
Expand All @@ -153,14 +130,11 @@ gc:
jobs:
schedule: "0/30 */3 * * *"
extraArgs: ["--namespace", "jx-git-operator"]

versions:
# jx is the version of the jx-boot image
jx: 3.11.21

# updatebot is the version of the jx-updatebot image
updatebot: 0.4.33

# standard YAML files for jx boot:
secrets:
adminUser:
Expand All @@ -185,7 +159,6 @@ secrets:
email: ""
token: ""
tektonBucket: ""

jxRequirements:
autoUpdate:
enabled: false
Expand All @@ -199,7 +172,7 @@ jxRequirements:
cluster:
clustername: ""
devEnvApprovers:
- someone
- someone
dockerRegistryOrg: ""
environmentGitOwner: ""
environmentGitPublic: false
Expand All @@ -216,8 +189,8 @@ jxRequirements:
canary: false
hpa: false
environments:
- key: dev
repository: environment-mycluster-dev
- key: dev
repository: environment-mycluster-dev
gitops: true
ingress:
domain: ""
Expand All @@ -243,23 +216,22 @@ jxRequirements:
ref: master
url: https://github.com/jenkins-x/jenkins-x-versions.git
webhook: lighthouse

jx:
# these variables are used by 'jx gitops variables' to default environment variables
# into the .jx/variables.sh file which can be overriden on a pre repository basis
# or during a pipeline by writing to the '.jx/variables.sh' file
pipelineVariables: {}

# lets you define image pull secrets that are added to the tekton-bot ServiceAccount
imagePullSecrets: []

npm:
secret:
enabled: false

istio:
enabled: false
apiVersion: networking.istio.io/v1beta1
createGateway: true
gateway:
additionalHosts: []
image:
repository: ghcr.io/jenkins-x/jxboot-helmfile-resources
tag: 1.1.431

0 comments on commit cefa2f7

Please sign in to comment.