Skip to content

Commit

Permalink
Merge branch 'main' into keptn-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanSharma9917 authored Dec 8, 2023
2 parents e64e153 + 23ea98e commit f8a6f17
Show file tree
Hide file tree
Showing 491 changed files with 20,820 additions and 2,932 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Deploy Keptn Lifecycle Toolkit on GH cluster"
description: "Creates a Kind cluster and deploys Keptn Lifecycle Toolkit"
name: "Deploy Keptn on GH cluster"
description: "Creates a Kind cluster and deploys Keptn"
inputs:
kind-version:
required: false
Expand Down Expand Up @@ -73,7 +73,7 @@ runs:
for chart_dir in ./lifecycle-operator/chart \
./metrics-operator/chart \
./klt-cert-manager/chart \
./keptn-cert-manager/chart \
./chart; do
cd "$chart_dir"
echo "updating charts for" $chart_dir
Expand All @@ -82,7 +82,7 @@ runs:
cd - # Return to the previous directory
done
cd .github/actions/deploy-klt-on-cluster
cd .github/actions/deploy-keptn-on-cluster
if [ "${{ inputs.allowed-namespaces }}" == "allowed_ns_on" ]; then
echo " allowedNamespaces: [allowed-ns-test]" >> values.yaml
Expand All @@ -98,6 +98,6 @@ runs:
echo "installing with values.yaml file:"
cat tmp.yaml
helm install -n keptn-lifecycle-toolkit-system --create-namespace keptn ../../../chart \
helm install -n keptn-system --create-namespace keptn ../../../chart \
--values ./tmp.yaml \
--debug --wait --timeout 1m
1 change: 1 addition & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ _test\.go$
^\.github/scripts/\.helm-tests/[a-zA-Z0-9-]+/result.ya?ml
^dashboards/grafana/configmap/.*\.ya?ml
^dashboards/grafana/import/.*\.json
^\Qdocs/layouts/partials/hooks/body-end.html\E$
26 changes: 22 additions & 4 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Analysislog
analysismetrics
analysispool
analysisspec
analysisstate
analysisstatus
analysistypes
analysisvaluetemplate
Expand All @@ -29,6 +28,7 @@ annadreal
apicommon
apierr
apierrors
apiservice
APIURL
apk
appcreationrequest
Expand Down Expand Up @@ -67,7 +67,6 @@ BUILDPLATFORM
buildx
CACHEDIR
cainjection
canonical
carryforward
certificatehandler
certmanager
Expand Down Expand Up @@ -143,7 +142,9 @@ Dockerfiles
docsearch
docsembed
docsy
donath
dql
draggable
DTAPI
dtclient
dupl
Expand All @@ -154,6 +155,7 @@ elasticquota
elif
Emoji
ENABLEGITINFO
endblock
endgroup
envconfig
envsubst
Expand All @@ -177,6 +179,8 @@ favicons
fetchintervalseconds
fieldpath
fieldref
flyout
fontawesome
ftp
fullname
functionref
Expand Down Expand Up @@ -228,6 +232,7 @@ homeorchestrate
horizontalpodautoscalers
hpa
hreflang
hsla
htmltest
httpref
httpreference
Expand All @@ -245,6 +250,7 @@ ifeq
ifile
ifndef
IHandler
imagepullsecret
IManager
IMeter
Infof
Expand Down Expand Up @@ -363,10 +369,12 @@ kwv
labelledby
lastmod
lastword
Lato
lfc
Lifcycle
lifecyclekeptnsh
lightbox
linecap
linejoin
linkedin
linktitle
linting
Expand Down Expand Up @@ -395,6 +403,7 @@ metricsserver
metricstypes
mindepth
minio
mkdocs
mlc
mockserver
moq
Expand Down Expand Up @@ -429,6 +438,7 @@ nodename
nolint
nonroot
noreply
nowrap
nsa
oac
oauth
Expand Down Expand Up @@ -458,6 +468,7 @@ otlpgrpc
otlptrace
otlptracegrpc
OUTDIR
overriden
owide
oyaml
pagelinks
Expand Down Expand Up @@ -499,6 +510,7 @@ providerref
providerresult
pyfunction
pygments
pymdown
pyyaml
quickstart
rangespec
Expand All @@ -508,19 +520,21 @@ readinessprobe
readyz
realpath
redis
referrerpolicy
relref
remediations
replicasets
replicationcontrollers
resourcereference
Rexed
rgb
rgba
RLock
Roboto
rolebinding
rollme
roundtripper
rst
rtd
runhelloworld
RUnlock
runsendevent
Expand Down Expand Up @@ -560,14 +574,17 @@ spanhandler
spanitem
spdx
spf
squidfunk
stakeholders
standalone
statefulset
statefultest
stdouttrace
storageclasses
storageversion
striptags
sts
stylesheet
subchart
subdir
subjectaccessreviews
Expand Down Expand Up @@ -668,3 +685,4 @@ yml
YOURNAME
yourregistry
youtube
squidfunk
34 changes: 24 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
documentation:
- docs/**/*
- "**/*.md"
- changed-files:
- any-glob-to-any-file:
- docs/**/*
- "**/*.md"

lifecycle-operator:
- lifecycle-operator/**/*
- changed-files:
- any-glob-to-any-file:
- lifecycle-operator/**/*

scheduler:
- scheduler/**/*
- changed-files:
- any-glob-to-any-file:
- scheduler/**/*

metrics-operator:
- metrics-operator/**/*
- changed-files:
- any-glob-to-any-file:
- metrics-operator/**/*

cert-manager:
- klt-cert-manager/**/*
- changed-files:
- any-glob-to-any-file:
- keptn-cert-manager/**/*

ops:
- .github/**/*
- netlify.toml
- .markdownlint-cli2.yml
- changed-files:
- any-glob-to-any-file:
- .github/**/*
- netlify.toml
- .markdownlint-cli2.yml

helm:
- helm/**/*
- changed-files:
- any-glob-to-any-file:
- helm/**/*
10 changes: 5 additions & 5 deletions .github/scripts/.helm-tests/certificates-only/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: "helmtests"
labels:
app.kubernetes.io/component: rbac
app.kubernetes.io/part-of: keptn-lifecycle-toolkit
app.kubernetes.io/part-of: keptn
app.kubernetes.io/instance: keptn-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: cert-manager
Expand Down Expand Up @@ -79,7 +79,7 @@ metadata:
labels:
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: certificate-operator
app.kubernetes.io/part-of: keptn-lifecycle-toolkit
app.kubernetes.io/part-of: keptn
app.kubernetes.io/instance: keptn-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: cert-manager
Expand Down Expand Up @@ -139,7 +139,7 @@ metadata:
labels:
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: certificate-operator
app.kubernetes.io/part-of: keptn-lifecycle-toolkit
app.kubernetes.io/part-of: keptn
app.kubernetes.io/instance: keptn-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: cert-manager
Expand All @@ -166,7 +166,7 @@ metadata:
labels:
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: certificate-operator
app.kubernetes.io/part-of: keptn-lifecycle-toolkit
app.kubernetes.io/part-of: keptn
app.kubernetes.io/instance: keptn-test
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: cert-manager
Expand All @@ -192,7 +192,7 @@ metadata:
namespace: "helmtests"
labels:
app.kubernetes.io/component: keptn-cert-manager
app.kubernetes.io/part-of: keptn-lifecycle-toolkit
app.kubernetes.io/part-of: keptn
control-plane: certificate-operator
app.kubernetes.io/instance: keptn-test
app.kubernetes.io/managed-by: Helm
Expand Down
Loading

0 comments on commit f8a6f17

Please sign in to comment.