- Updated configmap with new DOCS_RELEASE_URL - Built changelog from towncrier fragments [skip ci]
10 lines
274 B
YAML
10 lines
274 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: docs-config
|
|
namespace: docs
|
|
data:
|
|
# BlumeOps docs release URL
|
|
# Update this to deploy a new docs version
|
|
DOCS_RELEASE_URL: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.0.14/docs-v1.0.14.tar.gz"
|