diff --git a/resources/workshop.yaml b/resources/workshop.yaml index ac14700..5d3e416 100644 --- a/resources/workshop.yaml +++ b/resources/workshop.yaml @@ -6,10 +6,10 @@ spec: title: Bootiful Kubernetes Operators description: A workshop that demonstrates how to build Kubernetes operators with Spring Boot. workshop: - image: ghcr.io/timosalm/bootiful-kubernetes-operators-workshop:main + image: ghcr.io/tiffanyfay/bootiful-kubernetes-operators-workshop:main files: - git: - url: https://github.com/timosalm/bootiful-kubernetes-operators-workshop + url: https://github.com/tiffanyfay/bootiful-kubernetes-operators-workshop ref: origin/main includePaths: - /workshop/**