Skip to content

Commit

Permalink
Merge pull request #7 from gotwarlost/fix-images
Browse files Browse the repository at this point in the history
fix image names, build badges to refer to the real image and repos
  • Loading branch information
gotwarlost committed Apr 28, 2024
2 parents 60608ee + 76b4f7e commit 73bcafa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Contributed by [Elastic](https://github.com/elastic) from their [initial impleme

#### Build status

![go build](https://github.com/crossplane-contrib/crossplane-function-cue/actions/workflows/go-build.yaml/badge.svg?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/crossplane-contrib/crossplane-function-cue)](https://goreportcard.com/report/github.com/elastic/crossplane-function-cue)
[![Go Coverage](https://github.com/crossplane-contrib/crossplane-function-cue/wiki/coverage.svg)](https://raw.githack.com/wiki/elastic/crossplane-function-cue/coverage.html)
![go build](https://github.com/crossplane-contrib/function-cue/actions/workflows/go-build.yaml/badge.svg?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/crossplane-contrib/function-cue)](https://goreportcard.com/report/github.com/crossplane-contrib/function-cue)
[![Go Coverage](https://github.com/crossplane-contrib/function-cue/wiki/coverage.svg)](https://raw.githack.com/wiki/elastic/function-cue/coverage.html)

## Building

Expand Down
4 changes: 2 additions & 2 deletions examples/simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ SHELL=bash
CUE_VERSION?=v0.7.0
DYFF_VERSION?=v1.7.0

FN_CUE_VERSION?=test
FN_IMAGE:=docker.io/gotwarlost/function-cue
FN_CUE_VERSION?=v0.2.0
FN_IMAGE:=xpkg.upbound.io/crossplane-contrib/function-cue

MAKE=make --no-print-directory

Expand Down
2 changes: 1 addition & 1 deletion examples/simple/helm/zz_generated/functions.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/simple/pkg/functions.cue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _functions: cuefn: xp.#Function & {
name: "fn-cue-examples-simple"
}
spec: {
package: string | *"docker.io/gotwarlost/function-cue:test" @tag(image)
package: string | *"xpkg.upbound.io/crossplane-contrib/function-cue:@v0.2.0" @tag(image)
packagePullPolicy: "Always"
}
}
Expand Down

0 comments on commit 73bcafa

Please sign in to comment.