This commit is contained in:
Morten Olsen
2025-08-19 22:05:41 +02:00
parent a27b563113
commit 3ab2b1969a
108 changed files with 1740 additions and 3350 deletions

View File

@@ -12,7 +12,7 @@ build:
# load: true
artifacts:
# Defines the image to build. It matches the placeholder in deployment.yaml.
- image: homelab-operator
- image: homelaboperator
context: . # The build context is the root directory
docker:
dockerfile: Dockerfile
@@ -22,6 +22,9 @@ manifests:
releases:
- name: homelab-operator
chartPath: charts/operator
setValueTemplates:
image.repository: '{{.IMAGE_REPO_homelaboperator}}'
image.tag: '{{.IMAGE_TAG_homelaboperator}}'
deploy:
# Use kubectl to apply the manifests.