Skip to content

Commit

Permalink
Merge branch 'civo:master' into addRqliteUpdatecli
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdyShawn authored May 12, 2024
2 parents d6edeb2 + 418d85b commit 93780e4
Show file tree
Hide file tree
Showing 20 changed files with 33 additions and 21 deletions.
2 changes: 1 addition & 1 deletion argocd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ helm repo update

kubectl create namespace argocd

helm install argo-cd argo/argo-cd --version 6.7.11 --namespace argocd
helm install argo-cd argo/argo-cd --version 6.8.0 --namespace argocd
2 changes: 1 addition & 1 deletion argocd/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ maintainer: engin.diri@pulumi.com
description: Declarative continuous deployment for Kubernetes
url: https://github.com/argoproj/argo-cd/
category: ci_cd
version: v2.10.6
version: v2.11.0
2 changes: 1 addition & 1 deletion cert-manager/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.5/cert-manager.yaml
2 changes: 1 addition & 1 deletion cert-manager/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cert-manager
title: "Cert Manager"
version: v1.14.4
version: v1.14.5
maintainer: alex@openfaas.com
description: cert-manager is a native Kubernetes certificate management controller
url: https://cert-manager.io/docs/release-notes/release-notes-1.0/
Expand Down
2 changes: 1 addition & 1 deletion ghost/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: ghost-blog
image: ghost:5.82.1
image: ghost:5.82.2
ports:
- name: ghost-blog
containerPort: 2368
Expand Down
2 changes: 1 addition & 1 deletion ghost/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: ghost
title: Ghost
version: 5.82.1
version: 5.82.2
maintainer: saka@lnxid.com
description: Ghost is a free and open source blogging platform designed to simplify the process of online publishing for individual bloggers as well as online publications.
url: https://ghost.org/
Expand Down
2 changes: 1 addition & 1 deletion jenkins/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ helm repo update

kubectl create namespace jenkins

helm install jenkins jenkins/jenkins --version 5.1.6 --namespace jenkins --set persistence.size=${VOLUME_SIZE} \
helm install jenkins jenkins/jenkins --version 5.1.12 --namespace jenkins --set persistence.size=${VOLUME_SIZE} \
--set controller.admin.username=${JENKINS_USERNAME} \
--set controller.admin.password=${JENKINS_PASSWORD}
2 changes: 1 addition & 1 deletion joomla/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
spec:
containers:
- name: joomla
image: joomla:5.1
image: joomla:5.1.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion joomla/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: joomla
title: Joomla
version: 5.1
version: 5.1.0
maintainer: keith@hubner.co.uk, amit2cha@gmail.com
description: Popular open source content management system (CMS)
url: https://www.joomla.org/
Expand Down
2 changes: 1 addition & 1 deletion keda/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ helm repo update

kubectl create namespace keda

helm install keda kedacore/keda --version 2.13.2 --namespace keda
helm install keda kedacore/keda --version 2.14.2 --namespace keda
2 changes: 1 addition & 1 deletion keda/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: keda
title: "KEDA"
version: 2.13.1
version: 2.14.0
maintainer: engin.diri@pulumi.com
description: KEDA is a Kubernetes-based Event Driven Autoscaler. With KEDA, you can scale any container in Kubernetes based on the number of events needing to be processed.
url: https://keda.sh/
Expand Down
2 changes: 1 addition & 1 deletion keycloak/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: keycloak
image: quay.io/keycloak/keycloak:24.0.2
image: quay.io/keycloak/keycloak:24.0.4
args: ["start-dev"]
env:
- name: KEYCLOAK_ADMIN
Expand Down
2 changes: 1 addition & 1 deletion keycloak/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: keycloak
title: Keycloak
version: 24.0.2
version: 24.0.4
maintainer: harsh.manvar111@gmail.com
description: Open Source Identity and Access Management
url: https://www.keycloak.org/
Expand Down
6 changes: 3 additions & 3 deletions kubewarden/install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

KUBEWARDEN_CRDS_CHART_VERSION="1.4.6"
KUBEWARDEN_DEFAULTS_CHART_VERSION="1.9.4"
KUBEWARDEN_CONTROLLER_CHART_VERSION="2.0.10"
KUBEWARDEN_CRDS_CHART_VERSION="1.5.0"
KUBEWARDEN_DEFAULTS_CHART_VERSION="2.0.0"
KUBEWARDEN_CONTROLLER_CHART_VERSION="2.0.11"


# Currently, the chart depends on cert-manager.
Expand Down
2 changes: 1 addition & 1 deletion kubewarden/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: "Kubewarden is a Kubernetes Dynamic Admission Controller that valid
maintainer: cncf-kubewarden-maintainers@lists.cncf.io
url: https://www.kubewarden.io/
category: security
version: v1.11.0
version: v1.12.0
dependencies:
- cert-manager
2 changes: 1 addition & 1 deletion nextcloud/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
app: nextcloud
spec:
containers:
- image: nextcloud:28.0.4
- image: nextcloud:29.0.0
name: nextcloud
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion nextcloud/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: NextCloud
name: nextcloud
version: 28.0.4
version: 29.0.0
maintainer: keith@hubner.co.uk, amit2cha@gmail.com
description: Nextcloud is a completely integrated self-managed content collaboration platform
url: https://nextcloud.com/
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: rabbitmq
image: rabbitmq:3.13.1-management
image: rabbitmq:3.13.2-management
imagePullPolicy: Always
ports:
- containerPort: 5672
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: RabbitMQ
name: rabbitmq
version: 3.13.1-management
version: 3.13.2-management
maintainer: habil@bozali.com
description: RabbitMQ is an open-source message-broker software that originally implemented the Advanced Message Queuing Protocol.
url: https://www.rabbitmq.com/
Expand Down
12 changes: 12 additions & 0 deletions spinkube/uninstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

# Uninstall Spin Operator using Helm
helm uninstall spin-operator --namespace spin-operator

# Uninstall all resources related to spin-operator including CRD resources
kubectl delete -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.runtime-class.yaml
kubectl delete -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.crds.yaml
kubectl delete -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.shim-executor.yaml

# Delete Namespace
kubectl delete ns spin-operator

0 comments on commit 93780e4

Please sign in to comment.