UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 317c80c4 authored by Jacob Kershaw's avatar Jacob Kershaw Committed by Michael Martin
Browse files

Resolve "Wait job can conflict with other resources in the cluster"

parent 516fce9b
No related branches found
No related tags found
1 merge request!277Resolve "Wait job can conflict with other resources in the cluster"
......@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [10.0.1-bb.1] - 2024-10-17
### Changed
- Updated Wait job script to include the api group
## [10.0.1-bb.0] - 2024-10-12
### Changed
- gluon updated from 0.5.4 to 0.5.8
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# mattermost
![Version: 10.0.1-bb.0](https://img.shields.io/badge/Version-10.0.1--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.0.1](https://img.shields.io/badge/AppVersion-10.0.1-informational?style=flat-square)
![Version: 10.0.1-bb.1](https://img.shields.io/badge/Version-10.0.1--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.0.1](https://img.shields.io/badge/AppVersion-10.0.1-informational?style=flat-square)
Deployment of mattermost
......
......@@ -2,7 +2,7 @@
apiVersion: v2
name: mattermost
type: application
version: 10.0.1-bb.0
version: 10.0.1-bb.1
appVersion: 10.0.1
description: "Deployment of mattermost"
keywords:
......
......@@ -9,7 +9,7 @@ counter=0
set +e
while true; do
echo "checking $resourcename status..."
if kubectl get $resourcename --namespace=$resourcename -o jsonpath='{.items[0].status.state}' | \
if kubectl get $resourcename.installation.mattermost.com --namespace=$resourcename -o jsonpath='{.items[0].status.state}' | \
grep "^stable" 1>/dev/null
then
echo "$resourcename custom resource creation finished"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment