mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
stuff
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user