Skip to content

Commit

Permalink
feat: bump up harbor v2.6.2 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: chlins <chenyuzh@vmware.com>
  • Loading branch information
chlins committed Nov 21, 2022
1 parent dbda328 commit 755c984
Show file tree
Hide file tree
Showing 599 changed files with 60,346 additions and 9,874 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -3,11 +3,11 @@ SHELL := /usr/bin/env bash
.DEFAULT_GOAL := help

DOCKERCMD=$(shell which docker)
SWAGGER_VERSION=v0.25.0
SWAGGER_VERSION=v0.30.3
SWAGGER := $(DOCKERCMD) run --rm -it -v $(HOME):$(HOME) -w $(shell pwd) quay.io/goswagger/swagger:$(SWAGGER_VERSION)

ifeq ($(VERSION),)
VERSION := v2.5.0
VERSION := v2.6.2
endif

HARBOR_ASSIST_SPEC=api/swagger.yaml
Expand Down
4 changes: 2 additions & 2 deletions api/v2.0/legacy_swagger.yaml
Expand Up @@ -49,8 +49,8 @@ paths:
description: Unexpected internal errors.
/chartrepo/{repo}/charts/{name}/{version}/labels:
get:
summary: Return the attahced labels of chart.
description: Return the attahced labels of the specified chart version.
summary: Return the attached labels of chart.
description: Return the attached labels of the specified chart version.
tags:
- Products
- Chart Repository
Expand Down

0 comments on commit 755c984

Please sign in to comment.